chore(tooling): fix editorconfig having the wrong indent size for python files
Some checks failed
Actions / Build Documentation (MkDocs) (push) Failing after 27s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 47s

This commit is contained in:
cswimr 2025-02-18 14:39:51 -06:00
parent d89c156744
commit 346963fd4f
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -8,5 +8,8 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
indent_size = 4
[*.md]
trim_trailing_whitespace = false