This commit is contained in:
Xes
2025-08-14 22:46:17 +02:00
parent 791cb748ab
commit 0f518027b4
32 changed files with 19259 additions and 0 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
; top-most EditorConfig file
root = true
; Unix-style newlines
[*]
end_of_line = lf
charset = utf-8
[*.php]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true