From 432f6b8a09ec24d007f1196ffd9656ff78f81f45 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Thu, 30 Apr 2020 01:30:37 +0200 Subject: Changed tabs in typescript to 2 spaces. --- files/vim/ftplugin/typescript/typescript.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1