vimrc/ftplugin/typescript.vim

6 lines
100 B
VimL
Raw Normal View History

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