This is an automated email from the ASF dual-hosted git repository.
johnbam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 7154febbd1 [CI] Configure EditorConfig for cff,sh,yaml,yml,py,R (#2743)
7154febbd1 is described below
commit 7154febbd173500bad849851bcb03d89ecfc2fd8
Author: John Bampton <[email protected]>
AuthorDate: Fri Mar 13 01:34:32 2026 +1000
[CI] Configure EditorConfig for cff,sh,yaml,yml,py,R (#2743)
---
.editorconfig | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.editorconfig b/.editorconfig
index cd2119f300..0d8394d4dd 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -28,10 +28,16 @@ charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
-[*.java]
+[*.{cff,java,sh,yaml,yml}]
indent_size = 2
indent_style = space
+[*.py]
+indent_style = space
+
+[*.R]
+indent_style = space
+
[*.scala]
indent_style = space