Create .editorconfig

This commit is contained in:
PHIDIAS
2023-03-17 19:21:25 +09:00
parent 837a1fde4e
commit cf26c0e657

8
PHI-MB/.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