summaryrefslogtreecommitdiff
path: root/ftplugin/typescript.vim
blob: c6132bb2509ec11361ab0dbf228b45ad97246366 (plain)
1
2
3
4
5
6
7
setlocal tabstop=2
setlocal shiftwidth=2
setlocal softtabstop=2
setlocal formatoptions=croq
setlocal expandtab
setlocal autoindent
setlocal smarttab