Fixed IDEA-206778 Export codestyle settings to JSON: export fails when non-default values are provided

Namely "Next line if wrapped"
This commit is contained in:
Rustam Vishnyakov
2019-02-06 21:25:51 +03:00
parent 44f083e88e
commit c40d30a6eb
4 changed files with 5 additions and 2 deletions

View File

@@ -133,7 +133,7 @@
"message_dd_suffix": "EJB",
"message_eb_suffix": "Bean",
"method_annotation_wrap": "split_into_lines",
"method_brace_style": "end_of_line",
"method_brace_style": "next_line_if_wrapped",
"method_call_chain_wrap": "off",
"method_parameters_new_line_after_left_paren": false,
"method_parameters_right_paren_on_new_line": false,

View File

@@ -123,7 +123,7 @@
"line_comment_add_space": false,
"line_comment_at_first_column": true,
"method_annotation_wrap": "split_into_lines",
"method_brace_style": "end_of_line",
"method_brace_style": "next_line_if_wrapped",
"method_call_chain_wrap": "off",
"method_parameters_new_line_after_left_paren": false,
"method_parameters_right_paren_on_new_line": false,