Add vim indent config

This commit is contained in:
Kenneth Benzie 2015-04-16 11:35:30 +01:00
parent 75ab1cc73f
commit a79622b0ae

11
after/indent.vim Executable file
View File

@ -0,0 +1,11 @@
" Tabs
set expandtab
set tabstop=2
set shiftwidth=2
set softtabstop=2
set smartindent
set autoindent
" Code
set cino=N-sg1h1l1(0