We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a972a0 commit 367776dCopy full SHA for 367776d
.editorconfig
@@ -12,5 +12,6 @@ trim_trailing_whitespace = true
12
insert_final_newline = true
13
tab_width = 4
14
ij_kotlin_allow_trailing_comma = true
15
+ij_kotlin_allow_trailing_comma_on_call_site = true
16
ktlint_function_naming_ignore_when_annotated_with=Composable
17
ktlint_standard_annotation = disabled
gradle/libs.versions.toml
@@ -12,7 +12,7 @@ versionName = "1.0"
androidGradlePlugin = "8.10.1"
# Formatting Plugin
-ktlint = "12.3.0"
+ktlint = "11.3.2"
# AndroidX
18
androidxCore = "1.16.0"
0 commit comments