Merge: misc: do not enforce shiftwidth to 8, let the .vimrc user config
[nit.git] / 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")