Skip to content

Commit 2c1367d

Browse files
chore: updated agp and dependency versions
1 parent 45f30d1 commit 2c1367d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)