Added Python to the 4 space club

This commit is contained in:
Josh Sherman 2019-08-19 13:29:00 -05:00
parent 568de8d047
commit aa758536c0
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

2
vimrc
View file

@ -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