Merge pull request #11613 from nextcloud/chore/noid/updateEditorConfig

Update editorconfig to latest spotless checks
This commit is contained in:
Andy Scherzinger 2023-05-13 21:30:35 +02:00 committed by GitHub
commit ecc625e0a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,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
disabled_rules=import-ordering
ktlint_standard_import-ordering = disabled
ij_kotlin_allow_trailing_comma = false
ij_kotlin_allow_trailing_comma_on_call_site = false