editorconfig for github
This commit is contained in:
parent
6d6bc6ec57
commit
95499e8be3
10
.editorconfig
Normal file
10
.editorconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user