Added coding standards

This commit is contained in:
Benjamin Blake
2023-05-18 22:27:59 -06:00
parent 5deac6cf55
commit 70fb0b15d8
3 changed files with 12 additions and 13 deletions

View File

@ -1,8 +1,9 @@
# https://editorconfig.org
root = true
[*.php]
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true