A better external name for REPLACE_SUM code style option

This commit is contained in:
Rustam Vishnyakov
2019-02-06 18:54:58 +03:00
parent 9ebc6589a6
commit df649251d2
3 changed files with 4 additions and 1 deletions
@@ -156,6 +156,7 @@
],
"repeat_synchronized": true,
"replace_instanceof_and_cast": false,
"replace_int_sum_lambda_with_method_ref": true,
"replace_null_check": true,
"resource_list_new_line_after_left_paren": false,
"resource_list_right_paren_on_new_line": false,
@@ -146,8 +146,8 @@
],
"repeat_synchronized": true,
"replace_instanceof_and_cast": false,
"replace_int_sum_lambda_with_method_ref": true,
"replace_null_check": true,
"replace_sum": true,
"resource_list_new_line_after_left_paren": false,
"resource_list_right_paren_on_new_line": false,
"resource_list_wrap": "off",