This is an automated email from the ASF dual-hosted git repository.
jiayu 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 e60fb79333 [CI] Configure EditorConfig for conf,js,toml files (#2748)
e60fb79333 is described below
commit e60fb793330ca4e788b32739cfa6c4414203f072
Author: John Bampton <[email protected]>
AuthorDate: Mon Mar 16 14:28:06 2026 +1000
[CI] Configure EditorConfig for conf,js,toml files (#2748)
---
.editorconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.editorconfig b/.editorconfig
index 0d8394d4dd..e1e43997f2 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -28,7 +28,7 @@ charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
-[*.{cff,java,sh,yaml,yml}]
+[*.{cff,conf,java,js,sh,toml,yaml,yml}]
indent_size = 2
indent_style = space