SeaCogs/.editorconfig
cswimr 346963fd4f
Some checks failed
Actions / Build Documentation (MkDocs) (push) Failing after 27s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 47s
chore(tooling): fix editorconfig having the wrong indent size for python files
2025-02-18 14:39:51 -06:00

15 lines
212 B
INI

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