Initial commit.

This commit is contained in:
2025-11-04 05:17:27 +01:00
commit 3f979d2bbd
77 changed files with 10179 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
indent_style = space
indent_size = 4
max_line_length = 100
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[*.{json,toml}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
max_line_length = off
[Makefile]
indent_style = tab