summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2018-05-07 15:42:46 -0700
committerJesse Luehrs <doy@tozt.net>2018-05-07 15:43:34 -0700
commit9bc6c48a082657e9985b266170c0dc8d799ba328 (patch)
treebcb50caaee9539f28917ea6136216602895e9300 /vim
parenteed821a38d88e6388d0b13c2c0e7be780bdb058a (diff)
downloadconf-9bc6c48a082657e9985b266170c0dc8d799ba328.tar.gz
conf-9bc6c48a082657e9985b266170c0dc8d799ba328.zip
set terraform_fmt_on_save globally
the terraform plugin currently requires this
Diffstat (limited to 'vim')
-rw-r--r--vim/ftplugin/terraform.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/vim/ftplugin/terraform.vim b/vim/ftplugin/terraform.vim
index 4e7db16..463eea9 100644
--- a/vim/ftplugin/terraform.vim
+++ b/vim/ftplugin/terraform.vim
@@ -1,2 +1 @@
setlocal commentstring=#\ %s
-let b:terraform_fmt_on_save = 1