chore(tooling): fix editorconfig having the wrong indent size for python files

This commit is contained in:
cswimr 2025-02-18 14:39:51 -06:00
parent d89c156744
commit 346963fd4f
Signed by untrusted user: 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