Add EditorConfig file to help with coding styles

This commit is contained in:
Zach Borboa
2023-02-25 09:53:19 -08:00
parent 94b769e0d0
commit 2c8a7f03c2
+8
View File
@@ -0,0 +1,8 @@
root = true
[*.php]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
trim_trailing_whitespace = true