From 30c1920e4fa4e612238e1f435907c40ecfa47f33 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 2 Nov 2013 23:27:57 +0100 Subject: Massive update :) --- ftplugin/typescript.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ftplugin/typescript.vim') diff --git a/ftplugin/typescript.vim b/ftplugin/typescript.vim index 3726194a..e4e39b60 100644 --- a/ftplugin/typescript.vim +++ b/ftplugin/typescript.vim @@ -1,8 +1,10 @@ compiler typescript setlocal autoindent -setlocal cindent setlocal smartindent setlocal indentexpr& +setlocal cindent +setlocal cino=j1J1 + setlocal commentstring=//\ %s -- cgit v1.2.3