Skip to content

Commit b60b975

Browse files
committed
updated .editorconfig
1 parent 978d5a0 commit b60b975

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.editorconfig

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,14 @@ end_of_line = lf
4040
trim_trailing_whitespace = true
4141
insert_final_newline = true
4242

43-
[*.md]
43+
[{*.md,*.hcl,*.tf,*.tfvars}]
44+
indent_size = 2
45+
indent_style = space
46+
end_of_line = lf
47+
trim_trailing_whitespace = true
48+
insert_final_newline = true
49+
50+
[*.yml,*.yaml]
4451
indent_size = 2
4552
indent_style = space
4653
end_of_line = lf

0 commit comments

Comments
 (0)