Chore(tools): Added phpcs & fixed x-quota-usage

This commit is contained in:
2023-05-08 13:01:28 +03:00
parent 1a8c32bf4c
commit 66c31c3d3f
4 changed files with 24 additions and 22 deletions

View File

@@ -8,6 +8,9 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.php]
indent_size = 4
[.git{ignore,modules}]
indent_style = tab
indent_size = 1