This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-log4j-scala.git
commit b8c4c7f4700aa3c9fc922703a3677923f6b38280 Author: Volkan Yazıcı <[email protected]> AuthorDate: Mon Oct 2 09:28:43 2023 +0200 Separate `*.scala` section in `.editorconfig` --- .editorconfig | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 624bf2c..92348a3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,8 +18,8 @@ root = true [*] -indent_size = 2 -ij_continuation_indent_size = 4 +indent_size = 4 +ij_continuation_indent_size = 8 indent_style = space trim_trailing_whitespace = true @@ -64,3 +64,7 @@ indent_size = 2 ij_any_wrap_long_lines = false # The `no` value doesn't work in IntelliJ IDEA so a big number does the trick as well in most cases: max_line_length = 9999 + +[*.scala] +indent_size = 2 +ij_continuation_indent_size = 4
