mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-15 11:04:49 +00:00
+ NeedBraces is turned on, but excluded for single line IF statements + OperatorWrap is split into 2 rules. 1. (OperatorWrapNextLine) for "?" and ":" tokens. 2. (OperatorWrapSameLine) for all other tokens + NoWhitespaceAfter enabled with default tokens + TYPECAST