dotfiles/symlinks/vim/after/ftplugin/javascript.vim

3 lines
117 B
VimL
Raw Normal View History

2021-01-07 08:09:41 +00:00
setlocal ts=2 sts=2 sw=2 expandtab autoindent
let b:undo_ftplugin .= '|setlocal ts< sts< sw< expandtab< autoindent<'