diff options
-rw-r--r-- | files/vim/ftplugin/typescript/typescript.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/vim/ftplugin/typescript/typescript.vim b/files/vim/ftplugin/typescript/typescript.vim index 504828d..d80dde4 100644 --- a/files/vim/ftplugin/typescript/typescript.vim +++ b/files/vim/ftplugin/typescript/typescript.vim @@ -5,7 +5,7 @@ "let b:ale_linters = ['eslint'] " Tabs are expanded to 4 spaces -setlocal tabstop=4 shiftwidth=4 expandtab +setlocal tabstop=2 shiftwidth=2 expandtab " Show existing tabs (they can be deleted with :retab) setlocal list |