This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 8be11e3 Tweak the settings 8be11e3 is described below commit 8be11e3838c90d6c25f36333714787b35f4b4d85 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu May 20 12:39:39 2021 +0100 Tweak the settings --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 2301e96..1e839e0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,13 +1,12 @@ root = true [*] -end_of_line = lf indent_style = space trim_trailing_whitespace = true [*.java] indent_size = 4 -max_line_length = 100 +max_line_length = 120 ij_java_block_brace_style = end_of_line ij_java_else_on_new_line = false --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org