editorconfig for github

This commit is contained in:
a dinosaur 2023-08-16 13:17:45 +10:00
parent 6d6bc6ec57
commit 95499e8be3

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*.{kt,kts,java}]
end_of_line = lf
insert_final_newline = true
charset = utf-8
tab_width = 4
indent_style = tab
indent_size = tab
trim_trailing_whitespace = true