We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f30d1 commit 2c1367dCopy full SHA for 2c1367d
.editorconfig
@@ -0,0 +1,17 @@
1
+# Root EditorConfig configuration
2
+root = true
3
+
4
+# Apply settings to Kotlin and KTS files
5
+[*.{kt,kts}]
6
+charset = utf-8
7
+indent_style = space
8
+indent_size = 4
9
+insert_final_newline = true
10
+end_of_line = lf
11
+trim_trailing_whitespace = true
12
13
+# Disable specific Ktlint rules
14
+ktlint_standard_import-ordering = disabled # Ignore wildcard imports
15
+ktlint_standard_filename = disabled # Ignore PascalCase file naming
16
+ktlint_standard_function-naming = disabled # Ignore camelCase function naming
17
+ktlint_standard_backing-property-naming = disabled
0 commit comments