jetty.project/build-resources
Joakim Erdfelt 6e44a7cfd1 More changes from PR feedback
Both Formatters / CodeStyles
+ Maximum Line Length for wrapping is now 128
  (Sorry, cannot turn it off, but we can set it high)

Eclipse Formatter
+ javadoc formatting turned off
+ line comment formatting turned off
+ block comment formatting is turned off
+ preserving whitespace between code and comments
+ don't join already wrapped lines of code or comments
+ keeping empty array initializers on one line
+ brace position for array inializers are on next line

IntelliJ Formatter
+ turn off various javadoc / block / line formatting
+ consecutive blank lines capped at 1
+ align multiline array initializers
+ turned off brace force on if statements
+ array initializer braces on new line

Checkstyle Rules
+ disabled NeedBraces
+ NoWhitespaceAfter now allows lineBreaks without a violation

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2019-05-21 11:08:15 -05:00
..
src/main/resources More changes from PR feedback 2019-05-21 11:08:15 -05:00
jetty-codestyle-eclipse-ide.xml More changes from PR feedback 2019-05-21 11:08:15 -05:00
jetty-codestyle-intellij.xml More changes from PR feedback 2019-05-21 11:08:15 -05:00
pom.xml Initial /build-resources/ with jetty-checkstyle.xml 2019-05-08 10:57:15 -05:00