mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
add new ktlint config params
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
794fdb017f
commit
cc40db041d
@ -38,4 +38,6 @@ 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
|
||||
ktlint_disabled_rules=import-ordering
|
||||
ktlint_standard_import-ordering = disabled
|
||||
ij_kotlin_allow_trailing_comma = false
|
||||
ij_kotlin_allow_trailing_comma_on_call_site = false
|
||||
|
Loading…
Reference in New Issue
Block a user