]> git.mjollnir.org Git - tks.git/commitdiff
Set tabwidth to 16 to make formatting the file easier.
authorNigel McNie <nigel@catalyst.net.nz>
Thu, 29 May 2008 22:14:56 +0000 (10:14 +1200)
committerNigel McNie <nigel@catalyst.net.nz>
Thu, 29 May 2008 22:14:56 +0000 (10:14 +1200)
ext/vim/ftdetect/tks.vim

index ffcffca9193f2cfc46c66c2010195e13956e38be..6efb04745c9d8e3cccb5a78d06aa6e7cabe6ca21 100644 (file)
@@ -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