This commit is contained in:
Reid 2025-01-16 18:31:05 -08:00
commit 322f3f5bbe
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
21 changed files with 2714 additions and 0 deletions

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.nix]
indent_size = 2