Files
chinook/.editorconfig
T
2026-06-25 02:45:43 +00:00

9 lines
131 B
INI

root = true
[*.py]
charset = utf-8
indent_style = tab
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true