Add boilerplate

This commit is contained in:
Sven van Heugten 2026-03-05 16:54:34 +01:00
commit 4234866a38
No known key found for this signature in database
GPG key ID: D612F88666F4F660
6 changed files with 354 additions and 0 deletions

15
.editorconfig Normal file
View file

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