This commit is contained in:
Reid 2025-02-09 21:04:51 -08:00
commit b7656b5249
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
15 changed files with 1713 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