1
0
nvim-config/core/tabstops.vim
valeth 375814ff79 move config/core to core
the extra config dir seems unnecessary,
this folder should already only contain configuration files
2015-04-14 18:12:42 +02:00

5 lines
66 B
VimL

set softtabstop=4
set shiftwidth=4
set smartindent
set expandtab