aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig16
1 files changed, 12 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig
index 15d8bd6e..e4cef88f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,5 +1,13 @@
-[*.kt]
-indent_size = 2
+root = true
-[*.gradle]
-indent_size = 2
+[*]
+insert_final_newline=true
+end_of_line=lf
+charset=utf-8
+indent_size=2
+trim_trailing_whitespace=true
+
+[*.{kt,kts}]
+ij_kotlin_allow_trailing_comma=true
+ij_kotlin_allow_trailing_comma_on_call_site=true
+ij_kotlin_imports_layout=*