move expandtab to the ftplugin for more consistency
This commit is contained in:
parent
a66891c72e
commit
e27dd52829
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -185,4 +185,3 @@ endif
|
|||
|
||||
let b:current_syntax = "nimrod"
|
||||
|
||||
setlocal expandtab "Make sure that only spaces are used
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue