mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Code style property names fixes (e.g. IDEA-206769)
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
"space_after_quest": true,
|
||||
"space_after_type_cast": true,
|
||||
"space_before_annotation_array_initializer_left_brace": false,
|
||||
"space_before_anotation_parameter_list": false,
|
||||
"space_before_annotation_parameter_list": false,
|
||||
"space_before_array_initializer_left_brace": false,
|
||||
"space_before_catch_keyword": true,
|
||||
"space_before_catch_left_brace": true,
|
||||
@@ -212,6 +212,9 @@
|
||||
"space_before_while_left_brace": true,
|
||||
"space_before_while_parentheses": true,
|
||||
"space_inside_one_line_enum_braces": false,
|
||||
"space_within_empty_array_initializer_braces": false,
|
||||
"space_within_empty_method_call_parentheses": false,
|
||||
"space_within_empty_method_parentheses": false,
|
||||
"spaces_around_additive_operators": true,
|
||||
"spaces_around_assignment_operators": true,
|
||||
"spaces_around_bitwise_operators": true,
|
||||
@@ -231,9 +234,6 @@
|
||||
"spaces_within_brackets": false,
|
||||
"spaces_within_cast_parentheses": false,
|
||||
"spaces_within_catch_parentheses": false,
|
||||
"spaces_within_empty_array_initializer_braces": false,
|
||||
"spaces_within_empty_method_call_parentheses": false,
|
||||
"spaces_within_empty_method_parentheses": false,
|
||||
"spaces_within_for_parentheses": false,
|
||||
"spaces_within_if_parentheses": false,
|
||||
"spaces_within_method_call_parentheses": false,
|
||||
|
||||
@@ -160,7 +160,7 @@
|
||||
"space_after_quest": true,
|
||||
"space_after_type_cast": true,
|
||||
"space_before_annotation_array_initializer_left_brace": false,
|
||||
"space_before_anotation_parameter_list": false,
|
||||
"space_before_annotation_parameter_list": false,
|
||||
"space_before_array_initializer_left_brace": false,
|
||||
"space_before_catch_keyword": true,
|
||||
"space_before_catch_left_brace": true,
|
||||
@@ -195,6 +195,9 @@
|
||||
"space_before_while_left_brace": true,
|
||||
"space_before_while_parentheses": true,
|
||||
"space_inside_one_line_enum_braces": false,
|
||||
"space_within_empty_array_initializer_braces": false,
|
||||
"space_within_empty_method_call_parentheses": false,
|
||||
"space_within_empty_method_parentheses": false,
|
||||
"spaces_around_additive_operators": true,
|
||||
"spaces_around_assignment_operators": true,
|
||||
"spaces_around_bitwise_operators": true,
|
||||
@@ -214,9 +217,6 @@
|
||||
"spaces_within_brackets": false,
|
||||
"spaces_within_cast_parentheses": false,
|
||||
"spaces_within_catch_parentheses": false,
|
||||
"spaces_within_empty_array_initializer_braces": false,
|
||||
"spaces_within_empty_method_call_parentheses": false,
|
||||
"spaces_within_empty_method_parentheses": false,
|
||||
"spaces_within_for_parentheses": false,
|
||||
"spaces_within_if_parentheses": false,
|
||||
"spaces_within_method_call_parentheses": false,
|
||||
|
||||
Reference in New Issue
Block a user