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:
Rustam Vishnyakov
2019-04-23 13:28:33 +03:00
committed by intellij-monorepo-bot
parent 32e39386dd
commit 72b82e2827
3 changed files with 3 additions and 2 deletions
@@ -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",