fix: Use editor config settings that works with both Android Studio and Intellij

This commit is contained in:
LisoUseInAIKyrios 2024-03-31 23:22:19 +04:00
parent f9c6747e33
commit d11feb179e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[*.{kt,kts}]
ktlint_code_style = android_studio
ktlint_standard_no-wildcard-imports = disabled
ij_kotlin_allow_trailing_comma_on_call_site = false
ij_kotlin_allow_trailing_comma = false
max_line_length = off