This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-testing.git
The following commit(s) were added to refs/heads/main by this push:
new 437be2a Add basic `.editorconfig` file (#2)
437be2a is described below
commit 437be2af51c28ba278d0654d7ec826f19d002f2b
Author: John Bampton <[email protected]>
AuthorDate: Fri Jun 6 06:42:47 2025 +1000
Add basic `.editorconfig` file (#2)
---
.editorconfig | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..143e665
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,12 @@
+# About this file, see:
+# Website: https://editorconfig.org/
+# For Emacs users: https://github.com/editorconfig/editorconfig-emacs
+# For Vim users: https://github.com/editorconfig/editorconfig-vim
+# For VS Code users:
https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
+
+root = true
+
+[*]
+charset = utf-8
+insert_final_newline = true
+trim_trailing_whitespace = true