Create .editorconfig

This commit is contained in:
2023-03-20 22:36:09 +09:00
parent 80643a3061
commit 1726ae4a8c

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