chore: add editor config

This commit is contained in:
Il Harper 2024-03-03 23:42:04 +08:00
parent def9c33376
commit f2e0413889
No known key found for this signature in database
GPG Key ID: 4B71FCA698E7E8EC

9
.editorconfig Normal file
View File

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