mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Spotless: disable trailing commas
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
4a5a856034
commit
dd42614c79
1 changed files with 2 additions and 0 deletions
|
@ -41,3 +41,5 @@ indent_size=2
|
|||
[*.{kt,kts}]
|
||||
# IDE does not follow this Ktlint rule strictly, but the default ordering is pretty good anyway, so let's ditch it
|
||||
disabled_rules=import-ordering
|
||||
ij_kotlin_allow_trailing_comma = false
|
||||
ij_kotlin_allow_trailing_comma_on_call_site = false
|
||||
|
|
Loading…
Reference in a new issue