mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 11:37:34 +07:00
Use block_brace_style instead of brace_style
The latter may be interpreted as applicable to any kind of braces GitOrigin-RevId: 94860a07937eb661fa6e111b90cb8cbf59431048
This commit is contained in:
committed by
intellij-monorepo-bot
parent
32e39386dd
commit
72b82e2827
@@ -45,8 +45,8 @@
|
||||
"blank_lines_before_imports": 1,
|
||||
"blank_lines_before_method_body": 0,
|
||||
"blank_lines_before_package": 0,
|
||||
"block_brace_style": "end_of_line",
|
||||
"block_comment_at_first_column": true,
|
||||
"brace_style": "end_of_line",
|
||||
"call_parameters_new_line_after_left_paren": false,
|
||||
"call_parameters_right_paren_on_new_line": false,
|
||||
"call_parameters_wrap": "on_every_item",
|
||||
|
||||
Reference in New Issue
Block a user