1
0
nvim-config/core/tabstops.vim
2015-04-28 16:55:35 +02:00

8 lines
102 B
VimL

"set softtabstop=4
"set shiftwidth=4
"set expandtab
if has("smartindent")
set smartindent
endif