jbampton commented on code in PR #2576:
URL: https://github.com/apache/shiro/pull/2576#discussion_r2838411618
##########
.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
Review Comment:
> should be 4 to remain consistent
Should I reformat the "YAML" files so they all have 4 spaces ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]