init commit

This commit is contained in:
unknown
2025-08-19 08:06:37 -04:00
commit 2957b5515a
743 changed files with 45495 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# See https://EditorConfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = space
max_line_length = 88
trim_trailing_whitespace = true
[*.{md,yaml,yml}]
indent_size = 2
[Makefile]
indent_style = tab