Initial commit

This commit is contained in:
2025-12-12 00:34:55 +00:00
commit 2f0b0f06b8
38 changed files with 2965 additions and 0 deletions

21
.editorconfig Normal file
View File

@@ -0,0 +1,21 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
indent_size = 4
indent_style = space
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.txt]
insert_final_newline = false
trim_trailing_whitespace = false
[*.md]
trim_trailing_whitespace = false
[*.nix]
indent_size = 2