mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 16:58:38 -05:00
6 lines
198 B
VimL
6 lines
198 B
VimL
setlocal noexpandtab
|
|
" https://mattn.kaoriya.net/software/vim/20070821175457.htm
|
|
setlocal isfname-== isfname+=32 isfname-=I isfname-=L
|
|
setlocal shiftwidth=2
|
|
setlocal softtabstop=2
|
|
setlocal tabstop=2 |