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

lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/main by this push:
     new ed924d89d Configure EditorConfig for groovy,cff,yaml,yml (#2576)
ed924d89d is described below

commit ed924d89dab6cb81f5badc07eaef1c55140bcb62
Author: John Bampton <[email protected]>
AuthorDate: Sat Feb 28 04:42:31 2026 +1000

    Configure EditorConfig for groovy,cff,yaml,yml (#2576)
    
    Indent size and spacing set
---
 .editorconfig | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig
index b14603754..5706111f4 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -26,6 +26,10 @@ charset = utf-8
 end_of_line = lf
 insert_final_newline = true
 
-[*.rdf]
+[*.{groovy,rdf}]
 indent_size = 4
 indent_style = space
+
+[*.{cff,yaml,yml}]
+indent_size = 2
+indent_style = space

Reply via email to