We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2616a43 commit 5019eb6Copy full SHA for 5019eb6
1 file changed
.editorconfig
@@ -1,9 +1,10 @@
1
[*.{kt,kts}]
2
-ktlint_standard_function-expression-body = disabled
3
ktlint_function_naming_ignore_when_annotated_with = Composable
4
ktlint_ignore_back_ticked_identifier = true
5
-ktlint_code_style = intellij_idea # Use IntelliJ style because it has trailing commas
+ktlint_code_style = android_studio
6
ij_kotlin_indent_before_arrow_on_new_line = true
+ij_kotlin_allow_trailing_comma = true
7
+ij_kotlin_allow_trailing_comma_on_call_site = true
8
9
[base/src/main/java/io/github/sds100/keymapper/base/utils/ui/compose/icons/*.{kt,kts}]
10
ktlint_standard_property-naming = disabled
0 commit comments