This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 55e9003e19ee9f6bad1530bd40c6e0f0aec338ed
Author: Goooler <[email protected]>
AuthorDate: Sun Aug 14 09:48:45 2022 +0800

    Add .editorconfig
---
 .editorconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000..3a9b2b5d52
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+root = true
+
+[*]
+charset = utf-8
+indent_size = 4
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[*.{yml,yaml}]
+indent_size = 2

Reply via email to