Added Python to the 4 space club
This commit is contained in:
parent
568de8d047
commit
aa758536c0
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -21,7 +21,7 @@ set directory=~/.local/share/vim/swap,/tmp
|
|||
set undodir=~/.local/share/vim/undo,/tmp
|
||||
set undofile
|
||||
|
||||
autocmd FileType php setl sts=4 sw=4 ts=4
|
||||
autocmd FileType php,python setl sts=4 sw=4 ts=4
|
||||
autocmd FileType gitcommit,markdown,text setl nosi spell
|
||||
autocmd FileType markdown,text setl tw=80 wm=2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue