chore(code): set up editorconfig

pull/835/head
Elian Doran 2024-12-22 15:32:52 +07:00
parent 2ec903893c
commit 8b189dd10e
No known key found for this signature in database
1 changed files with 9 additions and 0 deletions

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true