[java, formatter] add options to add lines near parens in annotations IDEA-142594

GitOrigin-RevId: fdcc7d01d0f422ec99c72b3adf89efde98088203
This commit is contained in:
Roman Ivanov
2021-11-16 15:45:14 +01:00
committed by intellij-monorepo-bot
parent 18aff77b89
commit 55fe64b901
5 changed files with 56 additions and 31 deletions

View File

@@ -140,6 +140,7 @@
"method_parameters_wrap": "normal",
"modifier_list_wrap": false,
"names_count_to_use_import_on_demand": 3,
"new_line_after_lparen_in_annotation": false,
"new_line_after_lparen_in_record_header": false,
"packages_to_use_import_on_demand": [
"java.awt.*",
@@ -163,6 +164,7 @@
"resource_list_new_line_after_left_paren": false,
"resource_list_right_paren_on_new_line": false,
"resource_list_wrap": "off",
"rparen_on_new_line_in_annotation": false,
"rparen_on_new_line_in_record_header": false,
"smart_tabs": false,
"space_after_closing_angle_bracket_in_type_argument": false,