dotfiles/symlinks/config/nvim/after/ftplugin/mint.vim

3 lines
117 B
VimL
Raw Normal View History

2021-11-05 09:56:28 +00:00
setlocal ts=2 sts=2 sw=2 expandtab autoindent
let b:undo_ftplugin .= '|setlocal ts< sts< sw< expandtab< autoindent<'