8 lines
102 B
VimL
8 lines
102 B
VimL
"set softtabstop=4
|
|
"set shiftwidth=4
|
|
"set expandtab
|
|
|
|
if has("smartindent")
|
|
set smartindent
|
|
endif
|