actualización

actualización
This commit is contained in:
Xes
2025-04-09 23:45:32 +02:00
parent 6af41dfbbe
commit 9818bce47c
32 changed files with 19298 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