initial commit

This commit is contained in:
Squibid 2025-12-03 14:22:10 -05:00
commit 4b8dff4d24
Signed by: squibid
GPG key ID: BECE5684D3C4005D
18 changed files with 1290 additions and 0 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
# EditorConfig is awesome: https://editorconfig.org
# top-most EditorConfig file
root = true
[*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.nix]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true