Add vim indent config
This commit is contained in:
parent
75ab1cc73f
commit
a79622b0ae
11
after/indent.vim
Executable file
11
after/indent.vim
Executable 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
|
Loading…
x
Reference in New Issue
Block a user