[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:
Roman Ivanov
2021-11-26 15:19:22 +01:00
committed by intellij-monorepo-bot
parent ed79372db5
commit 8d480d3bd9
7 changed files with 48 additions and 22 deletions

View File

@@ -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,