Skip to content

Commit 8c3db11

Browse files
committed
chore: add .editorconfig
1 parent d726e34 commit 8c3db11

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.editorconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
[*.md]
12+
# code blocks in lists get confused with only 2 spaces
13+
indent_size = 4
14+
15+
[*.tf]
16+
indent_size = 4
17+
18+
[*.tfstate]
19+
indent_size = 4

0 commit comments

Comments
 (0)