Create .editorconfig

This commit is contained in:
idranme 2024-08-09 16:46:08 +08:00
parent 44faedd6c0
commit b02cd3af00
No known key found for this signature in database
GPG Key ID: 926F7B5B668E495F

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