summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index ecda125..3a3560c 100644
--- a/.vimrc
+++ b/.vimrc
@@ -126,6 +126,7 @@ 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 BufRead *.kv set expandtab tabstop=4 shiftwidth=4 spell spelllang=en
au Filetype python setlocal expandtab tabstop=4 shiftwidth=4 spell spelllang=en
" ===========