Added testing

Preparing profiles and dependencies, but added testing to separate them from regular targets and avoid the need for a 'testing' profile which could negatively impact configuration size and readability.
This commit is contained in:
2026-06-26 03:45:38 +00:00
parent 24b46f7fc2
commit b7b99783c8
24 changed files with 612 additions and 215 deletions
+7
View File
@@ -6,3 +6,10 @@ indent_style = tab
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
[*.yaml,chinookfile]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true