1
0
mirror of https://gitlab.com/openlp/openlp.git synced 2024-12-21 12:32:50 +00:00

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

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}]