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 cab82f0bc [SEDONA-529] Add basic `EditorConfig` file (#1315)
cab82f0bc is described below

commit cab82f0bc0fb2292e188cbb6706a34a34f423020
Author: John Bampton <[email protected]>
AuthorDate: Thu Apr 4 03:27:10 2024 +1000

    [SEDONA-529] Add basic `EditorConfig` file (#1315)
---
 .editorconfig | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..87bbd9adf
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,15 @@
+# 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
+
+[Makefile]
+indent_style = tab

Reply via email to