Skip to content

Commit

Permalink
feat: add rules for some files
Browse files Browse the repository at this point in the history
  • Loading branch information
usagiga committed Feb 25, 2024
1 parent 39ae9bd commit 3ddb81d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ indent_style = tab
[Makefile]
indent_style = tab

[*.{json,yml,yaml}]
[*.{json,yml,yaml,xml,iml}]
indent_size = 2

[*.{html,htm}]
[*.{html,htm,xhtml,xhtm}]
indent_size = 2

[*.{json.tftpl, tf, hcl, tfvars, tfstate, tfstate.backup}]
Expand Down Expand Up @@ -52,3 +52,7 @@ insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset

[.gitmodules]
indent_style = unset
indent_size = unset

0 comments on commit 3ddb81d

Please sign in to comment.