Skip to content

Commit 7313127

Browse files
committed
Add continuation indent to editorconfig
Without this setting IntelliJ indents continued lines only one level instead of two. (cherry picked from commit 6b5597f)
1 parent c780e7b commit 7313127

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ insert_final_newline=true
2323
trim_trailing_whitespace=true
2424
indent_style=space
2525
indent_size=4
26+
continuation_indent_size=8
2627

2728
[{*.yml,*.yaml}]
2829
indent_style=space

0 commit comments

Comments
 (0)