chore(code): set up editorconfig

This commit is contained in:
Elian Doran 2024-12-22 15:32:52 +02:00
parent 2ec903893c
commit 8b189dd10e
No known key found for this signature in database

9
.editorconfig Normal file
View File

@ -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