misc: do not enforce shiftwidth to 8, let the .vimrc user config
authorAlexandre Terrasa <alexandre@moz-code.org>
Wed, 9 Apr 2014 23:03:20 +0000 (19:03 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Wed, 9 Apr 2014 23:24:23 +0000 (19:24 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

misc/vim/indent/nit.vim

index afaa93a..4de6616 100644 (file)
@@ -31,7 +31,6 @@ setlocal nocindent
 setlocal autoindent
 setlocal comments=:#
 setlocal indentkeys+==end,=else,=do,=var,0!,=then,=loop,=special,=class,=interface,=universal
-setlocal sw=8
 
 " Only define the function once.
 if exists("*GetNITIndent")