Files
hcpy/.editorconfig
2024-03-21 23:40:50 +01:00

15 lines
191 B
INI

root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
charset = utf-8
[*.py]
indent_size = 4
max_line_length = 99
[*.{yml,yaml}]
indent_size = 2