diff options
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -121,6 +121,7 @@ au BufRead *.c set spell spelllang=en au BufRead *.cpp set spell spelllang=en au BufRead *.h set spell spelllang=en au BufRead *.txt set spell spelllang=cs +au BufRead *.yml set expandtab tabstop=2 shiftwidth=2 spell spelllang=en au Filetype python setlocal expandtab tabstop=4 shiftwidth=4 spell spelllang=en " =========== |