mirror of
https://github.com/openMF/mifos-mobile.git
synced 2026-02-06 11:26:51 +00:00
7 lines
266 B
INI
7 lines
266 B
INI
|
|
# https://editorconfig.org/
|
||
|
|
# This configuration is used by ktlint when spotless invokes it
|
||
|
|
|
||
|
|
[*.{kt,kts}]
|
||
|
|
ij_kotlin_allow_trailing_comma=true
|
||
|
|
ij_kotlin_allow_trailing_comma_on_call_site=true
|
||
|
|
ktlint_function_naming_ignore_when_annotated_with=Composable, Test, Preview
|