This commit is contained in:
2019-04-12 16:56:36 +02:00
parent bf4e1d44c0
commit b80210ed64
16 changed files with 448 additions and 123 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.php]
indent_style = space