vim: add .vim/bundle/vim-terraform

This commit is contained in:
Dongsu Park 2017-05-19 14:02:51 +02:00
parent 9837c9bea5
commit 91936cfde7
18 changed files with 1367 additions and 0 deletions

View file

@ -0,0 +1,11 @@
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false