Add continuation_indent_size to editorconfig.

This commit is contained in:
AVee1 2022-10-26 05:21:49 +00:00 committed by Tomas Groth
parent 64e365b0fb
commit 3dc96aedae
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ indent_style = space
[*.py]
indent_size = 4
continuation_indent_size = 8
max_line_length = 120
[*.{html,js,json,yaml,yml}]