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 dd5d0966d Configure EditorConfig for more file types (#2747)
dd5d0966d is described below
commit dd5d0966dccc033c92d09080d7218fe714754717
Author: John Bampton <[email protected]>
AuthorDate: Sat Jun 13 04:48:15 2026 +1000
Configure EditorConfig for more file types (#2747)
---
.editorconfig | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.editorconfig b/.editorconfig
index 5706111f4..f1c3af216 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -30,6 +30,9 @@ insert_final_newline = true
indent_size = 4
indent_style = space
-[*.{cff,yaml,yml}]
+[*.{java,md,xml}]
+indent_style = space
+
+[*.{cff,cmd,yaml,yml}]
indent_size = 2
indent_style = space