mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-17 09:52:06 +01:00
Decrease continuation_indent from 8 to 4
This commit is contained in:
parent
4f64868914
commit
733d5d6b82
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue