added .editorconfig

This commit is contained in:
Viet Huynh
2023-09-12 16:28:10 +07:00
parent f103f839e6
commit e96d0f719a
+9
View File
@@ -0,0 +1,9 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true