Package with nix

This commit is contained in:
Sven van Heugten 2026-01-10 19:07:16 +01:00
parent 1ad118c6d8
commit c5088ae218
5 changed files with 219 additions and 3 deletions

View file

@ -1,10 +1,14 @@
root = true
[*]
indent_style = space
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.nix]
indent_size = 2
[*.{fs,fsi,fsx}]
indent_size = 4
indent_style = space
trim_trailing_whitespace=true