summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <r.oburka@gmail.com> 2015-09-17 19:16:58 +0200
committerGravatar Robin Obůrka <r.oburka@gmail.com> 2015-09-17 19:16:58 +0200
commit14e887e4d4db4e54e70e8d0c34a4d0e715a393b1 (patch)
treec4a901f78572e8016c25da1f41cf59933a2dc994 /.vimrc
parentCheck spell in python too (diff)
downloadvim_sync-14e887e4d4db4e54e70e8d0c34a4d0e715a393b1.tar.xz
Add support for YAML files
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 9f10e3a..992a743 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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
" ===========