addOption(statementSpacing);
CodeStyleFormattingOption clauseChopDown =
new CodeStyleFormattingOption("CLAUSE_CHOP_DOWN", "Clause chop down");
clauseChopDown.addPreset(new ClauseChopDownAlwaysPreset());
clauseChopDown.addPreset(new ClauseChopDownIfLongPreset());
clauseChopDown.addPreset(new ClauseChopDownIfLongStatementPreset(), true);
clauseChopDown.addPreset(new ClauseChopDownNeverPreset());
clauseChopDown.addPreset(new ClauseIgnoreWrappingPreset());
addOption(clauseChopDown);