Merge branch 'editorconfig_continuation_indent' into 'master'

Add continuation_indent_size to editorconfig.

See merge request openlp/openlp!501
This commit is contained in:
Tomas Groth 2022-10-26 05:21:49 +00:00
commit 7dd2c98467
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}]