Initial commit

This commit is contained in:
2026-08-17 18:21:36 -04:00
commit 34b12f869a
5 changed files with 141 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# nix files
[*.nix]
indent_style = space
indent_size = 2