Skip to content

Commit

Permalink
updated .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Aug 9, 2024
1 parent bd73b45 commit 21511ae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,14 @@ end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
[{*.md,*.hcl,*.tf,*.tfvars}]
indent_size = 2
indent_style = space
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.yml,*.yaml]
indent_size = 2
indent_style = space
end_of_line = lf
Expand Down

0 comments on commit 21511ae

Please sign in to comment.