From: Nigel McNie Date: Thu, 29 May 2008 22:14:56 +0000 (+1200) Subject: Set tabwidth to 16 to make formatting the file easier. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ef715193591341175a1259a497900e12460990e9;p=tks.git Set tabwidth to 16 to make formatting the file easier. --- diff --git a/ext/vim/ftdetect/tks.vim b/ext/vim/ftdetect/tks.vim index ffcffca..6efb047 100644 --- a/ext/vim/ftdetect/tks.vim +++ b/ext/vim/ftdetect/tks.vim @@ -1,2 +1,2 @@ " detect tks filetype -au BufRead,BufNewFile *.tks set filetype=tks +au BufRead,BufNewFile *.tks set filetype=tks tabstop=16 shiftwidth=16 noexpandtab