mirror of
https://github.com/AChep/keyguard-app.git
synced 2024-12-12 08:26:31 +01:00
8 lines
207 B
INI
8 lines
207 B
INI
root = true
|
|
|
|
[*.{kt,kts}]
|
|
ktlint_standard_no-unused-imports = disabled
|
|
ktlint_standard_no-wildcard-imports = disabled
|
|
ij_kotlin_allow_trailing_comma = true
|
|
ij_kotlin_allow_trailing_comma_on_call_site = true
|