Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-cluster-config[bot] authored Jan 24, 2025
1 parent b794980 commit 84f77ad
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

root = true

[openapi-spec.yaml]
ij_formatter_enabled = false

[*]
charset = utf-8
end_of_line = lf
Expand All @@ -23,6 +20,15 @@ ij_smart_tabs = false
ij_visual_guides =
ij_wrap_on_typing = false

[openapi-spec.yaml]
ij_formatter_enabled = false

[*.bpmn]
ij_formatter_enabled = false

[*.tf]
ij_formatter_enabled = false

[{*.htm,*.html,*.sht,*.shtm,*.shtml}]
ij_html_attribute_wrap = off
ij_html_do_not_indent_children_of_tags =
Expand Down Expand Up @@ -125,3 +131,8 @@ ij_scala_multiline_string_closing_quotes_on_new_line = false
[{*.yaml,*.yml}]
ij_yaml_spaces_within_braces = false
ij_yaml_spaces_within_brackets = false

[*.pp]
indent_size = 2
tab_width = 2
ij_continuation_indent_size = 2

0 comments on commit 84f77ad

Please sign in to comment.