1
0
nvim-config/core/tabstops.vim

10 lines
127 B
VimL

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