Merge: misc: do not enforce shiftwidth to 8, let the .vimrc user config
authorJean Privat <jean@pryen.org>
Tue, 13 May 2014 00:51:57 +0000 (20:51 -0400)
committerJean Privat <jean@pryen.org>
Tue, 13 May 2014 00:51:57 +0000 (20:51 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

Pull-Request: #393
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>

misc/vim/indent/nit.vim

index 64639c3..10c4a2e 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")