This commit is contained in:
Qyriad 2026-01-21 15:23:04 +01:00
commit d8ac4e157d
5 changed files with 178 additions and 0 deletions

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.rs]
indent_style = tab
indent_size = 4
[*.nix]
indent_style = tab
indent_size = 2