mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
build: disable ktlint multiline-if-else rule
This commit is contained in:
parent
c8dd291d7c
commit
1dc46be93c
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ tab_width=2
|
||||||
max_line_length=off
|
max_line_length=off
|
||||||
ij_kotlin_allow_trailing_comma=true
|
ij_kotlin_allow_trailing_comma=true
|
||||||
ij_kotlin_allow_trailing_comma_on_call_site=true
|
ij_kotlin_allow_trailing_comma_on_call_site=true
|
||||||
|
ktlint_standard_multiline-if-else=disabled
|
||||||
|
|
||||||
[{*.yml,*.yaml}]
|
[{*.yml,*.yaml}]
|
||||||
indent_size=2
|
indent_size=2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue