mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
[java, formatter] add options to add lines near parens in annotations IDEA-142594
GitOrigin-RevId: fdcc7d01d0f422ec99c72b3adf89efde98088203
This commit is contained in:
committed by
intellij-monorepo-bot
parent
18aff77b89
commit
55fe64b901
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user