.editorconfig: simplify python rule

This commit is contained in:
Simone Basso 2022-10-10 10:26:46 +02:00 committed by GitHub
parent 0fc5d0e904
commit 46233802ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[*.{py}]
[*.py]
indent_style = space
[*.{yml,yaml}]