Skip to content

Commit 5019eb6

Browse files
committed
style: use android_studio ktlint style
1 parent 2616a43 commit 5019eb6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.editorconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[*.{kt,kts}]
2-
ktlint_standard_function-expression-body = disabled
32
ktlint_function_naming_ignore_when_annotated_with = Composable
43
ktlint_ignore_back_ticked_identifier = true
5-
ktlint_code_style = intellij_idea # Use IntelliJ style because it has trailing commas
4+
ktlint_code_style = android_studio
65
ij_kotlin_indent_before_arrow_on_new_line = true
6+
ij_kotlin_allow_trailing_comma = true
7+
ij_kotlin_allow_trailing_comma_on_call_site = true
78

89
[base/src/main/java/io/github/sds100/keymapper/base/utils/ui/compose/icons/*.{kt,kts}]
910
ktlint_standard_property-naming = disabled

0 commit comments

Comments
 (0)