mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
adapt editorconfig to latest ktlint release
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
cc40db041d
commit
cc559d9d75
@ -38,6 +38,11 @@ indent_size=2
|
|||||||
|
|
||||||
[*.{kt,kts}]
|
[*.{kt,kts}]
|
||||||
# IDE does not follow this Ktlint rule strictly, but the default ordering is pretty good anyway, so let's ditch it
|
# IDE does not follow this Ktlint rule strictly, but the default ordering is pretty good anyway, so let's ditch it
|
||||||
|
ktlint_code_style = android_studio
|
||||||
|
insert_final_newline = true
|
||||||
|
ktlint_function_signature_rule_force_multiline_when_parameter_count_greater_or_equal_than=unset
|
||||||
|
ktlint_function_signature_body_expression_wrapping=multiline
|
||||||
ktlint_standard_import-ordering = disabled
|
ktlint_standard_import-ordering = disabled
|
||||||
|
ktlint_standard_wrapping = enabled
|
||||||
ij_kotlin_allow_trailing_comma = false
|
ij_kotlin_allow_trailing_comma = false
|
||||||
ij_kotlin_allow_trailing_comma_on_call_site = false
|
ij_kotlin_allow_trailing_comma_on_call_site = false
|
||||||
|
Loading…
Reference in New Issue
Block a user