mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
[java, formatter] do not indent type after annotation in parameter IDEA-196021
Unfortunately, it is possible to implement either this issue(IDEA-196021) or IDEA-146315. To support use case from IDEA-146315 new option is introduced GitOrigin-RevId: 3e4620dd2a9330d8e566276c9d0844d5d4f0dd6f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ed79372db5
commit
8d480d3bd9
@@ -66,6 +66,7 @@
|
||||
"continuation_indent_size": 8,
|
||||
"do_not_indent_top_level_class_members": false,
|
||||
"do_not_wrap_after_single_annotation": false,
|
||||
"do_not_wrap_after_single_annotation_in_parameter": false,
|
||||
"do_while_brace_force": "never",
|
||||
"doc_add_blank_line_after_description": true,
|
||||
"doc_add_blank_line_after_param_comments": false,
|
||||
|
||||
Reference in New Issue
Block a user