Add devshell and initial bats tests

This commit is contained in:
Sven van Heugten 2026-03-05 19:29:32 +01:00
parent af8fae68fe
commit d3b3862040
No known key found for this signature in database
GPG key ID: D612F88666F4F660
4 changed files with 102 additions and 4 deletions

View file

@ -10,6 +10,9 @@ trim_trailing_whitespace = true
[*.py]
indent_size = 4
[*.bats]
indent_size = 2
[*.nix]
indent_size = 2