summary refs log tree commit diff
path: root/vim/indent/make.vim
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-02-20 08:53:09 -0800
committerFranck Cuny <franck.cuny@gmail.com>2018-02-20 09:28:14 -0800
commita73f28a91f6b573e515877faeffd508448bbb126 (patch)
treeaf6d49fcb72e63e761d2ee7f7708c9dbf8bede39 /vim/indent/make.vim
parent[Emacs] Set different font size for Linux and darwin. (diff)
downloademacs.d-a73f28a91f6b573e515877faeffd508448bbb126.tar.gz
[vim] Add again vim configuration.
Will do another try with vim and a few plugins.
Diffstat (limited to 'vim/indent/make.vim')
-rw-r--r--vim/indent/make.vim5
1 files changed, 5 insertions, 0 deletions
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
+