From 7e222999309da723a487b21ad81394e0a354f74f Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Tue, 6 Mar 2018 09:06:51 +0100 Subject: [PATCH] fix: 4 spaces indentation for JSON too --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index e7e57ef..31ca1c5 100644 --- a/init.vim +++ b/init.vim @@ -20,7 +20,7 @@ set tabstop=4 set expandtab set softtabstop=4 set shiftwidth=4 -autocmd FileType json setlocal shiftwidth=2 tabstop=2 +" autocmd FileType json setlocal shiftwidth=2 tabstop=2 set showcmd " Show (partial) command in status line. set showmode " Show indication of having changed modes