This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new f580c65 Configure Python for EditorConfig
f580c65 is described below
commit f580c6523d170329c7f802229a909966e65d7c30
Author: John Bampton <[email protected]>
AuthorDate: Sun Nov 30 07:55:19 2025 +1000
Configure Python for EditorConfig
4 spaces for indents
---
.editorconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.editorconfig b/.editorconfig
index 767f078..bb865e8 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -25,3 +25,7 @@ trim_trailing_whitespace = true
[Makefile]
indent_style = tab
+
+[*.py]
+indent_size = 4
+indent_style = space
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]