diff rc/vimrc @ 624:ab58f083b2bf

Indent 2 for typescripts
author nanaya <me@nanaya.pro>
date Thu, 23 May 2019 10:38:50 +0900
parents 1002aff7e865
children ffc095d36df2
line wrap: on
line diff
--- a/rc/vimrc	Mon Mar 04 20:01:03 2019 +0900
+++ b/rc/vimrc	Thu May 23 10:38:50 2019 +0900
@@ -134,6 +134,7 @@
   autocmd FileType yaml call In2()
   autocmd FileType json call In2()
   autocmd FileType javascript call In2()
+  autocmd FileType typescript call In2()
   autocmd FileType nginx setlocal commentstring=#\ %s
   autocmd FileType nginx setlocal iskeyword&
 endif