mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
A better external name for REPLACE_SUM code style option
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user