Skip to content

Commit 925262e

Browse files
Update .editorconfig
1 parent 7d71cbf commit 925262e

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.editorconfig

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
root = true
55

6-
[openapi-spec.yaml]
7-
ij_formatter_enabled = false
8-
96
[*]
107
charset = utf-8
118
end_of_line = lf
@@ -23,6 +20,15 @@ ij_smart_tabs = false
2320
ij_visual_guides =
2421
ij_wrap_on_typing = false
2522

23+
[openapi-spec.yaml]
24+
ij_formatter_enabled = false
25+
26+
[*.bpmn]
27+
ij_formatter_enabled = false
28+
29+
[*.tf]
30+
ij_formatter_enabled = false
31+
2632
[{*.htm,*.html,*.sht,*.shtm,*.shtml}]
2733
ij_html_attribute_wrap = off
2834
ij_html_do_not_indent_children_of_tags =
@@ -125,3 +131,8 @@ ij_scala_multiline_string_closing_quotes_on_new_line = false
125131
[{*.yaml,*.yml}]
126132
ij_yaml_spaces_within_braces = false
127133
ij_yaml_spaces_within_brackets = false
134+
135+
[*.pp]
136+
indent_size = 2
137+
tab_width = 2
138+
ij_continuation_indent_size = 2

0 commit comments

Comments
 (0)