larsgrefer commented on a change in pull request #284:
URL: https://github.com/apache/tomcat/pull/284#discussion_r418772805
##
File path: .editorconfig
##
@@ -0,0 +1,18 @@
+root = true
Review comment:
More information can be found here: https://editorconfig.org/
---
larsgrefer commented on a change in pull request #284:
URL: https://github.com/apache/tomcat/pull/284#discussion_r418772613
##
File path: .editorconfig
##
@@ -0,0 +1,18 @@
+root = true
+
+[*]
+end_of_line = lf
+indent_style = space
+trim_trailing_whitespace = true
+
+[*.java]
+