Create .editorconfig

This commit is contained in:
PHIDIAS
2022-12-01 00:56:02 +09:00
parent c36a892e4d
commit 6e09d9a1ef

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