From cc8e9e757abef39774f7071e912ea7a0fcb4c0d9 Mon Sep 17 00:00:00 2001 From: Alexandre Terrasa Date: Wed, 9 Apr 2014 19:03:20 -0400 Subject: [PATCH] misc: do not enforce shiftwidth to 8, let the .vimrc user config Signed-off-by: Alexandre Terrasa --- misc/vim/indent/nit.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/vim/indent/nit.vim b/misc/vim/indent/nit.vim index afaa93a..4de6616 100644 --- a/misc/vim/indent/nit.vim +++ b/misc/vim/indent/nit.vim @@ -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") -- 1.7.9.5