Create .editorconfig

This commit is contained in:
2023-04-05 23:54:16 +09:00
parent dc7c8955b1
commit 4153743c52

8
PHI-MI/.editorconfig Normal file
View File

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