You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/08/29 06:28:40 UTC

[groovy] 06/07: Add .editorconfig

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

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

commit 10876e49b73e64c29e62e108e59dc6548bbc93f8
Author: Goooler <wa...@gmail.com>
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