karl/.editorconfig
2025-12-02 23:44:23 +01:00

13 lines
184 B
INI

[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
indent_size = 2
[*.yaml]
indent_size = 2