[GitHub] [tomcat] larsgrefer commented on a change in pull request #284: Improve General IDE support

2020-05-01 Thread GitBox
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/ ---

[GitHub] [tomcat] larsgrefer commented on a change in pull request #284: Improve General IDE support

2020-05-01 Thread GitBox
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] +