Skip to content

Commit

Permalink
move expandtab to the ftplugin for more consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Mar 6, 2014
1 parent a66891c commit e27dd52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ftplugin/nimrod.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion syntax/nimrod.vim
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,3 @@ endif

let b:current_syntax = "nimrod"

setlocal expandtab "Make sure that only spaces are used

0 comments on commit e27dd52

Please sign in to comment.