Skip to content

Commit 6b5597f

Browse files
committed
Add continuation indent to editorconfig
Without this setting IntelliJ indents continued lines only one level instead of two.
1 parent 1ff753f commit 6b5597f

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)