This commit is contained in:
Dominic Grimm 2025-07-15 00:07:59 +02:00
commit 53a27e9502
Signed by: dergrimm
SSH key fingerprint: SHA256:0uoWpcqOtkyvQ+ZqBjNYiDqIZY+9s8VeZkkJ/4ryB4E
6 changed files with 179 additions and 0 deletions

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.nix]
indent_style = space
indent_size = 2
[*.{diff,patch}]
trim_trailing_whitespace = false