10 lines
127 B
VimL
10 lines
127 B
VimL
"set softtabstop=4
|
|
"set shiftwidth=4
|
|
"set expandtab
|
|
set autoindent
|
|
set smarttab
|
|
|
|
if has("smartindent")
|
|
set smartindent
|
|
endif
|