move expandtab to the ftplugin for more consistency

This commit is contained in:
Zahary Karadjov 2014-03-06 11:35:47 +02:00
commit e27dd52829
2 changed files with 1 additions and 1 deletions

View file

@ -14,6 +14,7 @@ setlocal comments=:##,:#
setlocal commentstring=#\ %s
setlocal omnifunc=NimComplete
setlocal suffixesadd=.nim
setlocal expandtab "Make sure that only spaces are used
compiler nimrod

View file

@ -185,4 +185,3 @@ endif
let b:current_syntax = "nimrod"
setlocal expandtab "Make sure that only spaces are used