6 lines
98 B
VimL
6 lines
98 B
VimL
" Setup tabs
|
|
setlocal noexpandtab
|
|
setlocal tabstop=8
|
|
setlocal shiftwidth=8
|
|
setlocal softtabstop=8
|