aboutsummaryrefslogtreecommitdiff
path: root/ftplugin/coffee.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/coffee.vim')
-rw-r--r--ftplugin/coffee.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/coffee.vim b/ftplugin/coffee.vim
new file mode 100644
index 0000000..5d5675c
--- /dev/null
+++ b/ftplugin/coffee.vim
@@ -0,0 +1 @@
let coffee_indent_keep_current = 1 " avoid problems with html indentation
..