Files
chinook/.editorconfig
T
SoraKatadzuma b7b99783c8 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.
2026-06-26 03:45:38 +00:00

15 lines
265 B
INI

root = true
[*.py]
charset = utf-8
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