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/make.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vim/indent/make.vim (limited to 'vim/indent/make.vim') diff --git a/vim/indent/make.vim b/vim/indent/make.vim new file mode 100644 index 0000000..a0094d6 --- /dev/null +++ b/vim/indent/make.vim @@ -0,0 +1,5 @@ +au FileType make set noexpandtab +au FileType make set shiftwidth=2 +au FileType make set softtabstop=2 +au FileType make set tabstop=2 + -- cgit v1.2.3