vimrc/ftplugin/typescript.vim

6 lines
100 B
VimL
Raw Normal View History

2018-12-15 13:59:19 -05:00
au BufWrite * :Autoformat
2021-12-28 16:20:46 -05:00
setlocal sw=2 ts=2
setlocal fdm=indent
setlocal smartindent
setlocal list