This commit is contained in:
Reid 2025-03-15 15:28:46 -07:00
commit cd8cc594ec
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
20 changed files with 2363 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