Files

15 lines
265 B
INI
Raw Permalink Normal View History

2026-06-25 02:45:43 +00:00
root = true
[*.py]
charset = utf-8
indent_style = tab
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
2026-06-26 03:45:38 +00:00
[*.yaml,chinookfile]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true