fCodeFormatterPreferences.line_wrap_expressions_in_array_init_force_split = true;
fCodeFormatterPreferences.line_wrap_expressions_in_array_init_line_wrap_policy = CodeFormatterVisitor.WRAP_ALL_ELEMENTS;
fCodeFormatterPreferences.insert_space_after_list_comma_in_array = false;
fCodeFormatterPreferences.new_line_before_close_array_parenthesis_array = true;
}
ICodeFormattingProcessor codeFormattingProcessor = new CodeFormatterVisitor(
document, fCodeFormatterPreferences, getLineSeparator(project),
phpVersion, useShortTags, region);
if (isPasting) {
fCodeFormatterPreferences.comment_line_length = oldCommentLength;