Added EditorConfig to repo

This commit is contained in:
Andrew Bryant 2025-08-15 17:56:26 -04:00
parent 49fa5d7f63
commit f59831b946

15
.editorconfig Normal file
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