Decrease continuation_indent from 8 to 4

This commit is contained in:
Paul Schaub 2023-10-24 10:21:10 +02:00
parent 4f64868914
commit 733d5d6b82
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ indent_style = space
insert_final_newline = true
max_line_length = 100
indent_size = 4
ij_continuation_indent_size = 8
ij_continuation_indent_size = 4 # was 8
ij_java_names_count_to_use_import_on_demand = 9999
ij_kotlin_align_in_columns_case_branch = false
ij_kotlin_align_multiline_binary_operation = false