carga inicial

Carga inicial
This commit is contained in:
IvanAS94
2025-12-26 17:19:37 -08:00
parent d6ba066e85
commit 9261cc3abd
2030 changed files with 127782 additions and 0 deletions

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
# Editor configuration, see https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = off
[*.md]
max_line_length = off
trim_trailing_whitespace = false