From a73f28a91f6b573e515877faeffd508448bbb126 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 20 Feb 2018 08:53:09 -0800 Subject: [vim] Add again vim configuration. Will do another try with vim and a few plugins. --- vim/indent/json.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vim/indent/json.vim (limited to 'vim/indent/json.vim') diff --git a/vim/indent/json.vim b/vim/indent/json.vim new file mode 100644 index 0000000..fc70c53 --- /dev/null +++ b/vim/indent/json.vim @@ -0,0 +1,4 @@ +au FileType json set expandtab +au FileType json set shiftwidth=2 +au FileType json set softtabstop=2 +au FileType json set tabstop=2 -- cgit v1.2.3