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);
CodeStyleFormattingOption iterationsWrapOption =
new CodeStyleFormattingOption("ITERATION_ELEMENTS_WRAPPING", "Iteration elements wrapping");
iterationsWrapOption.addPreset(new IterationChopDownAlwaysPreset());