From 95eefd42dd12f8552f60bb198a5fc12da2eeea3b Mon Sep 17 00:00:00 2001 From: Ache Date: Mon, 30 May 2016 00:00:55 +0200 Subject: Indent 2spaces -> 4space --- plugin/indent.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin/indent.vim') diff --git a/plugin/indent.vim b/plugin/indent.vim index de67636..9ffe2b4 100755 --- a/plugin/indent.vim +++ b/plugin/indent.vim @@ -1,8 +1,8 @@ " indent.vim " Defines indentation behavior -set softtabstop=2 -set shiftwidth=2 +set softtabstop=4 +set shiftwidth=4 set expandtab set smarttab -- cgit v1.2.3-54-g00ecf