.vim: Add indentation file for html
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Sun, 28 Feb 2010 22:08:19 +0000 (14:08 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Sun, 28 Feb 2010 22:08:19 +0000 (14:08 -0800)
.vim/indent/html.vim [new file with mode: 0644]

diff --git a/.vim/indent/html.vim b/.vim/indent/html.vim
new file mode 100644 (file)
index 0000000..d804c3f
--- /dev/null
@@ -0,0 +1,12 @@
+" Only load this indent file when no other was loaded.
+if exists("b:did_indent")
+    finish
+endif
+let b:did_indent = 1
+
+set ts=2
+set sw=2
+set et
+
+" Unlimited line length
+set tw=0