Skip to content

Commit

Permalink
chore: add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwremmel committed Feb 17, 2020
1 parent 07112cd commit c85ab3e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
# code blocks in lists get confused with only 2 spaces
indent_size = 4

[*.tf]
indent_size = 2

[*.tfstate]
indent_size = 4

0 comments on commit c85ab3e

Please sign in to comment.