diff --git a/.editorconfig b/.editorconfig
index 9a88a72..71a0517 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,1334 +1,1338 @@
[*]
-charset = utf-8
-end_of_line = lf
-indent_size = 4
-indent_style = space
-insert_final_newline = false
-max_line_length = 120
-tab_width = 4
-trim_trailing_whitespace = false
-ij_continuation_indent_size = 8
+charset = utf-8
+end_of_line = lf
+indent_size = 2
+indent_style = space
+insert_final_newline = false
+max_line_length = 120
+tab_width = 2
+trim_trailing_whitespace = false
+ij_continuation_indent_size = 4
ij_formatter_off_tag = @formatter:off
-ij_formatter_on_tag = @formatter:on
-ij_formatter_tags_enabled = true
-ij_smart_tabs = false
-ij_visual_guides =
-ij_wrap_on_typing = false
+ij_formatter_on_tag = @formatter:on
+ij_formatter_tags_enabled = true
+ij_smart_tabs = false
+ij_visual_guides =
+ij_wrap_on_typing = false
# Microsoft .NET properties
-csharp_preferred_modifier_order = public, private, protected, internal, file, new, static, abstract, virtual, sealed, readonly, override, extern, unsafe, volatile, async, required:suggestion
-csharp_space_after_keywords_in_control_flow_statements = false
-csharp_style_namespace_declarations = file_scoped:warning
-csharp_style_prefer_utf8_string_literals = true:warning
-csharp_style_var_elsewhere = false:suggestion
-csharp_style_var_for_built_in_types = false:suggestion
-csharp_style_var_when_type_is_apparent = true:suggestion
-csharp_using_directive_placement = outside_namespace:silent
-dotnet_naming_rule.private_constants_rule.import_to_resharper = as_predefined
-dotnet_naming_rule.private_constants_rule.severity = warning
-dotnet_naming_rule.private_constants_rule.style = all_upper_style
-dotnet_naming_rule.private_constants_rule.symbols = private_constants_symbols
-dotnet_naming_rule.unity_serialized_field_rule.import_to_resharper = True
-dotnet_naming_rule.unity_serialized_field_rule.resharper_description = Unity serialized field
-dotnet_naming_rule.unity_serialized_field_rule.resharper_guid = 5f0fdb63-c892-4d2c-9324-15c80b22a7ef
-dotnet_naming_rule.unity_serialized_field_rule.severity = warning
-dotnet_naming_rule.unity_serialized_field_rule.style = lower_camel_case_style
-dotnet_naming_rule.unity_serialized_field_rule.symbols = unity_serialized_field_symbols
-dotnet_naming_style.all_upper_style.capitalization = all_upper
-dotnet_naming_style.all_upper_style.word_separator = _
-dotnet_naming_style.lower_camel_case_style.capitalization = camel_case
-dotnet_naming_symbols.private_constants_symbols.applicable_accessibilities = private
-dotnet_naming_symbols.private_constants_symbols.applicable_kinds = field
-dotnet_naming_symbols.private_constants_symbols.required_modifiers = const
-dotnet_naming_symbols.unity_serialized_field_symbols.applicable_accessibilities = *
-dotnet_naming_symbols.unity_serialized_field_symbols.applicable_kinds =
-dotnet_naming_symbols.unity_serialized_field_symbols.resharper_applicable_kinds = unity_serialised_field
-dotnet_naming_symbols.unity_serialized_field_symbols.resharper_required_modifiers = instance
-dotnet_style_parentheses_in_arithmetic_binary_operators = never_if_unnecessary:warning
-dotnet_style_parentheses_in_other_binary_operators = always_for_clarity:warning
-dotnet_style_parentheses_in_relational_binary_operators = never_if_unnecessary:warning
-dotnet_style_predefined_type_for_locals_parameters_members = true:suggestion
-dotnet_style_predefined_type_for_member_access = true:suggestion
-dotnet_style_qualification_for_event = false:suggestion
-dotnet_style_qualification_for_field = false:suggestion
-dotnet_style_qualification_for_method = false:suggestion
-dotnet_style_qualification_for_property = false:suggestion
-dotnet_style_require_accessibility_modifiers = never:suggestion
+csharp_preferred_modifier_order = public, private, protected, internal, file, new, static, abstract, virtual, sealed, readonly, override, extern, unsafe, volatile, async, required:suggestion
+csharp_space_after_keywords_in_control_flow_statements = false
+csharp_style_namespace_declarations = file_scoped:warning
+csharp_style_prefer_utf8_string_literals = true:warning
+csharp_style_var_elsewhere = false:suggestion
+csharp_style_var_for_built_in_types = false:suggestion
+csharp_style_var_when_type_is_apparent = true:suggestion
+csharp_using_directive_placement = outside_namespace:silent
+dotnet_naming_rule.private_constants_rule.import_to_resharper = as_predefined
+dotnet_naming_rule.private_constants_rule.severity = warning
+dotnet_naming_rule.private_constants_rule.style = all_upper_style
+dotnet_naming_rule.private_constants_rule.symbols = private_constants_symbols
+dotnet_naming_rule.unity_serialized_field_rule.import_to_resharper = True
+dotnet_naming_rule.unity_serialized_field_rule.resharper_description = Unity serialized field
+dotnet_naming_rule.unity_serialized_field_rule.resharper_guid = 5f0fdb63-c892-4d2c-9324-15c80b22a7ef
+dotnet_naming_rule.unity_serialized_field_rule.severity = warning
+dotnet_naming_rule.unity_serialized_field_rule.style = lower_camel_case_style
+dotnet_naming_rule.unity_serialized_field_rule.symbols = unity_serialized_field_symbols
+dotnet_naming_style.all_upper_style.capitalization = all_upper
+dotnet_naming_style.all_upper_style.word_separator = _
+dotnet_naming_style.lower_camel_case_style.capitalization = camel_case
+dotnet_naming_symbols.private_constants_symbols.applicable_accessibilities = private
+dotnet_naming_symbols.private_constants_symbols.applicable_kinds = field
+dotnet_naming_symbols.private_constants_symbols.required_modifiers = const
+dotnet_naming_symbols.unity_serialized_field_symbols.applicable_accessibilities = *
+dotnet_naming_symbols.unity_serialized_field_symbols.applicable_kinds =
+dotnet_naming_symbols.unity_serialized_field_symbols.resharper_applicable_kinds = unity_serialised_field
+dotnet_naming_symbols.unity_serialized_field_symbols.resharper_required_modifiers = instance
+dotnet_style_parentheses_in_arithmetic_binary_operators = never_if_unnecessary:warning
+dotnet_style_parentheses_in_other_binary_operators = always_for_clarity:warning
+dotnet_style_parentheses_in_relational_binary_operators = never_if_unnecessary:warning
+dotnet_style_predefined_type_for_locals_parameters_members = true:suggestion
+dotnet_style_predefined_type_for_member_access = true:suggestion
+dotnet_style_qualification_for_event = false:suggestion
+dotnet_style_qualification_for_field = false:suggestion
+dotnet_style_qualification_for_method = false:suggestion
+dotnet_style_qualification_for_property = false:suggestion
+dotnet_style_require_accessibility_modifiers = never:suggestion
# ReSharper properties
-resharper_align_linq_query = true
-resharper_align_multiline_argument = true
-resharper_align_multiline_array_and_object_initializer = false
-resharper_align_multiline_binary_expressions_chain = true
-resharper_align_multiline_binary_patterns = true
-resharper_align_multiline_calls_chain = true
-resharper_align_multiline_expression = true
-resharper_align_multiline_expression_braces = true
-resharper_align_multiline_extends_list = true
-resharper_align_multiline_for_stmt = true
-resharper_align_multiline_list_pattern = true
-resharper_align_multiline_parameter = true
-resharper_align_multiline_property_pattern = true
-resharper_align_multiline_switch_expression = true
-resharper_align_multiple_declaration = true
-resharper_align_multline_type_parameter_constrains = true
-resharper_align_multline_type_parameter_list = true
-resharper_align_ternary = align_all
-resharper_align_tuple_components = true
-resharper_autodetect_indent_settings = true
-resharper_braces_for_for = required_for_multiline
-resharper_braces_for_foreach = required_for_multiline
-resharper_braces_for_ifelse = required_for_multiline
-resharper_braces_for_while = required_for_multiline
-resharper_builtin_type_apply_to_native_integer = true
-resharper_constructor_or_destructor_body = expression_body
-resharper_csharp_align_first_arg_by_paren = true
-resharper_csharp_empty_block_style = together_same_line
-resharper_csharp_place_comments_at_first_column = true
-resharper_csharp_prefer_qualified_reference = false
-resharper_default_value_when_type_not_evident = default_expression
-resharper_enforce_line_ending_style = true
+resharper_align_first_arg_by_paren = false
+resharper_align_linq_query = true
+resharper_align_multiline_argument = true
+resharper_align_multiline_array_and_object_initializer = false
+resharper_align_multiline_binary_expressions_chain = true
+resharper_align_multiline_binary_patterns = true
+resharper_align_multiline_calls_chain = true
+resharper_align_multiline_expression = true
+resharper_align_multiline_expression_braces = true
+resharper_align_multiline_extends_list = true
+resharper_align_multiline_for_stmt = true
+resharper_align_multiline_list_pattern = true
+resharper_align_multiline_parameter = true
+resharper_align_multiline_property_pattern = true
+resharper_align_multiline_switch_expression = true
+resharper_align_multiple_declaration = true
+resharper_align_multline_type_parameter_constrains = true
+resharper_align_multline_type_parameter_list = true
+resharper_align_ternary = align_all
+resharper_align_tuple_components = true
+resharper_autodetect_indent_settings = true
+resharper_braces_for_for = required_for_multiline
+resharper_braces_for_foreach = required_for_multiline
+resharper_braces_for_ifelse = required_for_multiline
+resharper_braces_for_while = required_for_multiline
+resharper_builtin_type_apply_to_native_integer = false
+resharper_constructor_or_destructor_body = expression_body
+resharper_csharp_align_first_arg_by_paren = false
+resharper_csharp_empty_block_style = together_same_line
+resharper_csharp_place_comments_at_first_column = true
+resharper_csharp_prefer_qualified_reference = false
+resharper_default_value_when_type_not_evident = default_expression
+resharper_enforce_line_ending_style = true
resharper_formatter_off_tag = @formatter:off
-resharper_formatter_on_tag = @formatter:on
-resharper_formatter_tags_enabled = true
-resharper_for_built_in_types = use_var_when_evident
-resharper_function_declaration_return_type_style = on_single_line
-resharper_function_definition_return_type_style = on_single_line
-resharper_html_pi_attribute_style = first_attribute_on_single_line
-resharper_indent_anonymous_method_block = true
-resharper_indent_preprocessor_if = outdent
-resharper_indent_preprocessor_other = outdent
-resharper_indent_preprocessor_region = outdent
-resharper_int_align = true
-resharper_int_align_bitfield_sizes = true
-resharper_int_align_comments = true
-resharper_int_align_declaration_names = true
-resharper_int_align_enum_initializers = true
-resharper_int_align_eq = true
-resharper_keep_existing_embedded_arrangement = false
-resharper_keep_existing_initializer_arrangement = false
-resharper_keep_existing_list_patterns_arrangement = false
-resharper_keep_existing_property_patterns_arrangement = false
-resharper_keep_existing_switch_expression_arrangement = false
-resharper_line_break_after_colon_in_member_initializer_lists = on_single_line
-resharper_line_break_before_requires_clause = on_single_line
-resharper_linkage_specification_indentation = all
-resharper_local_function_body = expression_body
-resharper_member_initializer_list_style = on_single_line
-resharper_method_or_operator_body = expression_body
-resharper_outdent_binary_ops = true
-resharper_outdent_binary_pattern_ops = true
-resharper_outdent_commas = true
-resharper_outdent_dots = true
-resharper_outdent_statement_labels = true
-resharper_parentheses_redundancy_style = remove
-resharper_place_attribute_on_same_line = false
-resharper_place_simple_embedded_statement_on_same_line = false
-resharper_qualified_using_at_nested_scope = true
-resharper_show_autodetect_configure_formatting_tip = false
-resharper_simple_block_style = on_single_line
-resharper_simple_case_statement_style = line_break
-resharper_simple_embedded_statement_style = on_single_line
-resharper_space_after_ptr_in_data_member = false
-resharper_space_after_ptr_in_method = false
-resharper_space_after_ref_in_data_member = false
-resharper_space_after_ref_in_method = false
-resharper_space_before_ptr_in_data_member = true
-resharper_space_before_ptr_in_method = true
-resharper_space_before_ref_in_data_member = true
-resharper_space_before_ref_in_method = true
-resharper_space_before_template_params = false
-resharper_space_within_empty_braces = false
-resharper_toplevel_function_declaration_return_type_style = on_single_line
-resharper_toplevel_function_definition_return_type_style = on_single_line
-resharper_use_indent_from_vs = false
-resharper_wrap_after_dot_in_method_calls = true
-resharper_wrap_base_clause_style = chop_if_long
-resharper_wrap_braced_init_list_style = chop_if_long
-resharper_wrap_ctor_initializer_style = chop_if_long
-resharper_wrap_lines = true
-resharper_xmldoc_attribute_indent = align_by_first_attribute
-resharper_xmldoc_attribute_style = first_attribute_on_single_line
-resharper_xmldoc_pi_attribute_style = first_attribute_on_single_line
+resharper_formatter_on_tag = @formatter:on
+resharper_formatter_tags_enabled = true
+resharper_for_built_in_types = use_var_when_evident
+resharper_function_declaration_return_type_style = on_single_line
+resharper_function_definition_return_type_style = on_single_line
+resharper_html_pi_attribute_style = first_attribute_on_single_line
+resharper_indent_anonymous_method_block = false
+resharper_indent_preprocessor_if = outdent
+resharper_indent_preprocessor_other = outdent
+resharper_indent_preprocessor_region = outdent
+resharper_int_align = true
+resharper_int_align_bitfield_sizes = true
+resharper_int_align_comments = true
+resharper_int_align_declaration_names = true
+resharper_int_align_enum_initializers = true
+resharper_int_align_eq = true
+resharper_keep_existing_embedded_arrangement = false
+resharper_keep_existing_initializer_arrangement = false
+resharper_keep_existing_list_patterns_arrangement = false
+resharper_keep_existing_property_patterns_arrangement = false
+resharper_keep_existing_switch_expression_arrangement = false
+resharper_line_break_after_colon_in_member_initializer_lists = on_single_line
+resharper_line_break_before_requires_clause = on_single_line
+resharper_linkage_specification_indentation = all
+resharper_local_function_body = expression_body
+resharper_member_initializer_list_style = on_single_line
+resharper_method_or_operator_body = expression_body
+resharper_outdent_binary_ops = true
+resharper_outdent_binary_pattern_ops = true
+resharper_outdent_commas = true
+resharper_outdent_dots = true
+resharper_outdent_statement_labels = true
+resharper_parentheses_redundancy_style = remove
+resharper_place_attribute_on_same_line = false
+resharper_place_simple_embedded_statement_on_same_line = false
+resharper_qualified_using_at_nested_scope = true
+resharper_show_autodetect_configure_formatting_tip = false
+resharper_simple_block_style = on_single_line
+resharper_simple_case_statement_style = line_break
+resharper_simple_embedded_statement_style = on_single_line
+resharper_space_after_ptr_in_data_member = false
+resharper_space_after_ptr_in_method = false
+resharper_space_after_ref_in_data_member = false
+resharper_space_after_ref_in_method = false
+resharper_space_before_ptr_in_data_member = true
+resharper_space_before_ptr_in_method = true
+resharper_space_before_ref_in_data_member = true
+resharper_space_before_ref_in_method = true
+resharper_space_before_template_params = false
+resharper_space_within_empty_braces = false
+resharper_toplevel_function_declaration_return_type_style = on_single_line
+resharper_toplevel_function_definition_return_type_style = on_single_line
+resharper_use_indent_from_vs = false
+resharper_wrap_after_dot_in_method_calls = true
+resharper_wrap_base_clause_style = chop_if_long
+resharper_wrap_braced_init_list_style = chop_if_long
+resharper_wrap_ctor_initializer_style = chop_if_long
+resharper_wrap_lines = true
+resharper_xmldoc_attribute_indent = align_by_first_attribute
+resharper_xmldoc_attribute_style = first_attribute_on_single_line
+resharper_xmldoc_pi_attribute_style = first_attribute_on_single_line
# ReSharper inspection severities
-resharper_annotate_can_be_null_parameter_highlighting = warning
-resharper_annotate_can_be_null_type_member_highlighting = warning
-resharper_annotate_not_null_parameter_highlighting = warning
-resharper_annotate_not_null_type_member_highlighting = warning
-resharper_arguments_style_anonymous_function_highlighting = warning
-resharper_arguments_style_literal_highlighting = warning
-resharper_arguments_style_named_expression_highlighting = warning
-resharper_arguments_style_other_highlighting = warning
-resharper_arguments_style_string_literal_highlighting = warning
-resharper_arrange_accessor_owner_body_highlighting = warning
-resharper_arrange_constructor_or_destructor_body_highlighting = warning
-resharper_arrange_local_function_body_highlighting = warning
-resharper_arrange_method_or_operator_body_highlighting = warning
-resharper_arrange_redundant_parentheses_highlighting = hint
-resharper_arrange_static_member_qualifier_highlighting = warning
-resharper_arrange_this_qualifier_highlighting = hint
-resharper_arrange_trailing_comma_in_multiline_lists_highlighting = warning
-resharper_arrange_trailing_comma_in_singleline_lists_highlighting = warning
-resharper_arrange_type_member_modifiers_highlighting = hint
-resharper_arrange_type_modifiers_highlighting = hint
-resharper_arrange_var_keywords_in_deconstructing_declaration_highlighting = warning
-resharper_async_void_method_highlighting = warning
-resharper_auto_property_can_be_made_get_only_global_highlighting = warning
-resharper_auto_property_can_be_made_get_only_local_highlighting = warning
-resharper_bad_attribute_brackets_spaces_highlighting = warning
-resharper_bad_braces_spaces_highlighting = warning
-resharper_bad_colon_spaces_highlighting = warning
-resharper_bad_comma_spaces_highlighting = warning
-resharper_bad_control_braces_indent_highlighting = warning
-resharper_bad_control_braces_line_breaks_highlighting = warning
-resharper_bad_declaration_braces_indent_highlighting = warning
-resharper_bad_declaration_braces_line_breaks_highlighting = warning
-resharper_bad_empty_braces_line_breaks_highlighting = warning
-resharper_bad_expression_braces_indent_highlighting = warning
-resharper_bad_expression_braces_line_breaks_highlighting = warning
-resharper_bad_generic_brackets_spaces_highlighting = warning
-resharper_bad_indent_highlighting = warning
-resharper_bad_linq_line_breaks_highlighting = warning
-resharper_bad_member_access_spaces_highlighting = warning
-resharper_bad_namespace_braces_indent_highlighting = warning
-resharper_bad_parens_line_breaks_highlighting = warning
-resharper_bad_parens_spaces_highlighting = warning
-resharper_bad_preprocessor_indent_highlighting = warning
-resharper_bad_semicolon_spaces_highlighting = warning
-resharper_bad_spaces_after_keyword_highlighting = warning
-resharper_bad_square_brackets_spaces_highlighting = warning
-resharper_bad_switch_braces_indent_highlighting = warning
-resharper_bad_symbol_spaces_highlighting = warning
-resharper_built_in_type_reference_style_for_member_access_highlighting = hint
-resharper_built_in_type_reference_style_highlighting = hint
-resharper_check_for_reference_equality_instead_1_highlighting = warning
-resharper_check_for_reference_equality_instead_2_highlighting = warning
-resharper_check_for_reference_equality_instead_3_highlighting = warning
-resharper_check_for_reference_equality_instead_4_highlighting = warning
-resharper_class_can_be_sealed_global_highlighting = warning
-resharper_class_can_be_sealed_local_highlighting = warning
-resharper_class_never_instantiated_global_highlighting = warning
-resharper_class_never_instantiated_local_highlighting = warning
-resharper_class_with_virtual_members_never_inherited_global_highlighting = warning
-resharper_class_with_virtual_members_never_inherited_local_highlighting = warning
-resharper_comment_typo_highlighting = none
-resharper_compare_non_constrained_generic_with_null_highlighting = warning
-resharper_convert_closure_to_method_group_highlighting = warning
-resharper_convert_conditional_ternary_expression_to_switch_expression_highlighting = warning
-resharper_convert_if_do_to_while_highlighting = warning
-resharper_convert_if_statement_to_conditional_ternary_expression_highlighting = warning
-resharper_convert_if_statement_to_null_coalescing_assignment_highlighting = warning
-resharper_convert_if_statement_to_null_coalescing_expression_highlighting = warning
-resharper_convert_if_statement_to_return_statement_highlighting = warning
-resharper_convert_if_statement_to_switch_statement_highlighting = warning
-resharper_convert_if_to_or_expression_highlighting = warning
-resharper_convert_nullable_to_short_form_highlighting = warning
-resharper_convert_switch_statement_to_switch_expression_highlighting = warning
-resharper_convert_to_auto_property_highlighting = warning
-resharper_convert_to_auto_property_when_possible_highlighting = warning
-resharper_convert_to_auto_property_with_private_setter_highlighting = warning
-resharper_convert_to_compound_assignment_highlighting = warning
-resharper_convert_to_constant_global_highlighting = warning
-resharper_convert_to_constant_local_highlighting = warning
-resharper_convert_to_lambda_expression_highlighting = warning
-resharper_convert_to_local_function_highlighting = warning
-resharper_convert_to_null_coalescing_compound_assignment_highlighting = warning
-resharper_convert_to_primary_constructor_highlighting = warning
-resharper_convert_to_static_class_highlighting = warning
-resharper_convert_to_using_declaration_highlighting = warning
-resharper_cpp_enforce_cv_qualifiers_order_highlighting = hint
-resharper_cpp_enforce_cv_qualifiers_placement_highlighting = hint
-resharper_cpp_enforce_do_statement_braces_highlighting = hint
-resharper_cpp_enforce_for_statement_braces_highlighting = hint
-resharper_cpp_enforce_function_declaration_style_highlighting = hint
-resharper_cpp_enforce_if_statement_braces_highlighting = hint
-resharper_cpp_enforce_type_alias_code_style_highlighting = hint
-resharper_cpp_enforce_while_statement_braces_highlighting = hint
-resharper_cpp_remove_redundant_braces_highlighting = hint
-resharper_double_negation_in_pattern_highlighting = warning
-resharper_double_negation_operator_highlighting = warning
-resharper_event_never_invoked_global_highlighting = warning
-resharper_event_never_subscribed_to_global_highlighting = warning
-resharper_event_never_subscribed_to_local_highlighting = warning
-resharper_field_can_be_made_read_only_global_highlighting = warning
-resharper_field_can_be_made_read_only_local_highlighting = warning
-resharper_foreach_can_be_converted_to_query_using_another_get_enumerator_highlighting = warning
-resharper_foreach_can_be_partly_converted_to_query_using_another_get_enumerator_highlighting = none
-resharper_for_can_be_converted_to_foreach_highlighting = warning
-resharper_heap_view_boxing_allocation_highlighting = none
-resharper_heap_view_closure_allocation_highlighting = none
-resharper_heap_view_delegate_allocation_highlighting = none
-resharper_heap_view_object_allocation_evident_highlighting = none
-resharper_heap_view_object_allocation_highlighting = none
-resharper_identifier_typo_highlighting = none
-resharper_incorrect_blank_lines_near_braces_highlighting = warning
-resharper_inheritdoc_consider_usage_highlighting = warning
-resharper_inline_out_variable_declaration_highlighting = warning
-resharper_inline_temporary_variable_highlighting = warning
-resharper_introduce_optional_parameters_global_highlighting = warning
-resharper_introduce_optional_parameters_local_highlighting = warning
-resharper_invert_condition_1_highlighting = warning
-resharper_invert_if_highlighting = warning
-resharper_invocation_is_skipped_highlighting = warning
-resharper_invoke_as_extension_method_highlighting = warning
-resharper_join_declaration_and_initializer_highlighting = warning
-resharper_join_null_check_with_usage_highlighting = warning
-resharper_lambda_expression_must_be_static_highlighting = warning
-resharper_local_function_can_be_made_static_highlighting = warning
-resharper_loop_can_be_converted_to_query_highlighting = warning
-resharper_loop_can_be_partly_converted_to_query_highlighting = warning
-resharper_member_can_be_file_local_highlighting = warning
-resharper_member_can_be_internal_highlighting = warning
-resharper_member_can_be_made_static_global_highlighting = warning
-resharper_member_can_be_made_static_local_highlighting = warning
-resharper_member_can_be_private_global_highlighting = warning
-resharper_member_can_be_private_local_highlighting = warning
-resharper_member_can_be_protected_global_highlighting = warning
-resharper_member_can_be_protected_local_highlighting = warning
-resharper_merge_and_pattern_highlighting = warning
-resharper_merge_cast_with_type_check_highlighting = warning
-resharper_merge_conditional_expression_highlighting = warning
-resharper_merge_into_logical_pattern_highlighting = warning
-resharper_merge_into_negated_pattern_highlighting = warning
-resharper_merge_into_pattern_highlighting = warning
-resharper_merge_nested_property_patterns_highlighting = warning
-resharper_merge_sequential_checks_highlighting = warning
-resharper_method_has_async_overload_highlighting = warning
-resharper_method_has_async_overload_with_cancellation_highlighting = warning
-resharper_method_supports_cancellation_highlighting = warning
-resharper_missing_blank_lines_highlighting = warning
-resharper_missing_linebreak_highlighting = warning
-resharper_missing_space_highlighting = warning
-resharper_more_specific_foreach_variable_type_available_highlighting = warning
-resharper_move_to_existing_positional_deconstruction_pattern_highlighting = warning
-resharper_move_variable_declaration_inside_loop_condition_highlighting = warning
-resharper_multiple_spaces_highlighting = warning
-resharper_multiple_statements_on_one_line_highlighting = warning
-resharper_multiple_type_members_on_one_line_highlighting = warning
-resharper_negation_of_relational_pattern_highlighting = warning
-resharper_negative_equality_expression_highlighting = warning
-resharper_nested_string_interpolation_highlighting = warning
-resharper_not_accessed_field_global_highlighting = warning
-resharper_nullable_warning_suppression_is_used_highlighting = warning
-resharper_outdent_is_off_prev_level_highlighting = warning
-resharper_out_parameter_value_is_always_discarded_global_highlighting = warning
-resharper_parameter_only_used_for_precondition_check_global_highlighting = warning
-resharper_parameter_type_can_be_enumerable_global_highlighting = warning
-resharper_parameter_type_can_be_enumerable_local_highlighting = warning
-resharper_pass_string_interpolation_highlighting = warning
-resharper_possible_unintended_queryable_as_enumerable_highlighting = warning
-resharper_property_can_be_made_init_only_global_highlighting = warning
-resharper_property_can_be_made_init_only_local_highlighting = warning
-resharper_public_constructor_in_abstract_class_highlighting = warning
-resharper_raw_string_can_be_simplified_highlighting = warning
-resharper_redundant_accessor_body_highlighting = warning
-resharper_redundant_always_match_subpattern_highlighting = warning
-resharper_redundant_array_creation_expression_highlighting = warning
-resharper_redundant_attribute_parentheses_highlighting = warning
-resharper_redundant_attribute_usage_property_highlighting = warning
-resharper_redundant_base_qualifier_highlighting = warning
-resharper_redundant_blank_lines_highlighting = warning
-resharper_redundant_collection_initializer_element_braces_highlighting = warning
-resharper_redundant_configure_await_highlighting = warning
-resharper_redundant_declaration_semicolon_highlighting = warning
-resharper_redundant_discard_designation_highlighting = warning
-resharper_redundant_empty_object_creation_argument_list_highlighting = warning
-resharper_redundant_enum_case_label_for_default_section_highlighting = warning
-resharper_redundant_explicit_params_array_creation_highlighting = warning
-resharper_redundant_fixed_pointer_declaration_highlighting = warning
-resharper_redundant_if_else_block_highlighting = warning
-resharper_redundant_immediate_delegate_invocation_highlighting = warning
-resharper_redundant_is_before_relational_pattern_highlighting = warning
-resharper_redundant_lambda_signature_parentheses_highlighting = warning
-resharper_redundant_overload_global_highlighting = warning
-resharper_redundant_overload_local_highlighting = warning
-resharper_redundant_pattern_parentheses_highlighting = warning
-resharper_redundant_property_pattern_clause_highlighting = warning
-resharper_redundant_query_order_by_ascending_keyword_highlighting = warning
-resharper_redundant_range_bound_highlighting = warning
-resharper_redundant_readonly_modifier_highlighting = warning
-resharper_redundant_space_highlighting = warning
-resharper_redundant_string_interpolation_highlighting = warning
-resharper_redundant_to_string_call_for_value_type_highlighting = warning
-resharper_redundant_verbatim_prefix_highlighting = warning
-resharper_redundant_verbatim_string_prefix_highlighting = warning
-resharper_redundant_with_expression_highlighting = warning
-resharper_remove_constructor_invocation_highlighting = warning
-resharper_remove_redundant_braces_highlighting = warning
-resharper_remove_redundant_or_statement_false_highlighting = warning
-resharper_remove_redundant_or_statement_true_highlighting = warning
-resharper_remove_to_list_1_highlighting = warning
-resharper_remove_to_list_2_highlighting = warning
-resharper_replace_auto_property_with_computed_property_highlighting = warning
-resharper_replace_conditional_expression_with_null_coalescing_highlighting = warning
-resharper_replace_object_pattern_with_var_pattern_highlighting = warning
-resharper_replace_slice_with_range_indexer_highlighting = warning
-resharper_replace_substring_with_range_indexer_highlighting = warning
-resharper_replace_with_field_keyword_highlighting = warning
-resharper_replace_with_first_or_default_1_highlighting = warning
-resharper_replace_with_first_or_default_2_highlighting = warning
-resharper_replace_with_first_or_default_3_highlighting = warning
-resharper_replace_with_first_or_default_4_highlighting = warning
-resharper_replace_with_last_or_default_1_highlighting = warning
-resharper_replace_with_last_or_default_2_highlighting = warning
-resharper_replace_with_last_or_default_3_highlighting = warning
-resharper_replace_with_last_or_default_4_highlighting = warning
-resharper_replace_with_of_type_1_highlighting = warning
-resharper_replace_with_of_type_2_highlighting = warning
-resharper_replace_with_of_type_3_highlighting = warning
-resharper_replace_with_of_type_any_1_highlighting = warning
-resharper_replace_with_of_type_any_2_highlighting = warning
-resharper_replace_with_of_type_count_1_highlighting = warning
-resharper_replace_with_of_type_count_2_highlighting = warning
-resharper_replace_with_of_type_first_1_highlighting = warning
-resharper_replace_with_of_type_first_2_highlighting = warning
-resharper_replace_with_of_type_first_or_default_1_highlighting = warning
-resharper_replace_with_of_type_first_or_default_2_highlighting = warning
-resharper_replace_with_of_type_last_1_highlighting = warning
-resharper_replace_with_of_type_last_2_highlighting = warning
-resharper_replace_with_of_type_last_or_default_1_highlighting = warning
-resharper_replace_with_of_type_last_or_default_2_highlighting = warning
-resharper_replace_with_of_type_long_count_highlighting = warning
-resharper_replace_with_of_type_single_1_highlighting = warning
-resharper_replace_with_of_type_single_2_highlighting = warning
-resharper_replace_with_of_type_single_or_default_1_highlighting = warning
-resharper_replace_with_of_type_single_or_default_2_highlighting = warning
-resharper_replace_with_of_type_where_highlighting = warning
-resharper_replace_with_simple_assignment_false_highlighting = warning
-resharper_replace_with_simple_assignment_true_highlighting = warning
-resharper_replace_with_single_assignment_false_highlighting = warning
-resharper_replace_with_single_assignment_true_highlighting = warning
-resharper_replace_with_single_call_to_any_highlighting = warning
-resharper_replace_with_single_call_to_count_highlighting = warning
-resharper_replace_with_single_call_to_first_highlighting = warning
-resharper_replace_with_single_call_to_first_or_default_highlighting = warning
-resharper_replace_with_single_call_to_last_highlighting = warning
-resharper_replace_with_single_call_to_last_or_default_highlighting = warning
-resharper_replace_with_single_call_to_single_highlighting = warning
-resharper_replace_with_single_call_to_single_or_default_highlighting = warning
-resharper_replace_with_single_or_default_1_highlighting = warning
-resharper_replace_with_single_or_default_2_highlighting = warning
-resharper_replace_with_single_or_default_3_highlighting = warning
-resharper_replace_with_single_or_default_4_highlighting = warning
-resharper_replace_with_string_is_null_or_empty_highlighting = warning
-resharper_return_type_can_be_enumerable_global_highlighting = warning
-resharper_return_type_can_be_enumerable_local_highlighting = warning
-resharper_safe_cast_is_used_as_type_check_highlighting = warning
-resharper_separate_control_transfer_statement_highlighting = warning
-resharper_similar_anonymous_type_nearby_highlighting = warning
-resharper_simplify_conditional_ternary_expression_highlighting = warning
-resharper_simplify_linq_expression_use_all_highlighting = warning
-resharper_simplify_linq_expression_use_any_highlighting = warning
-resharper_simplify_linq_expression_use_min_by_and_max_by_highlighting = warning
-resharper_simplify_string_interpolation_highlighting = warning
-resharper_specify_string_comparison_highlighting = warning
-resharper_string_ends_with_is_culture_specific_highlighting = warning
-resharper_string_literal_as_interpolation_argument_highlighting = warning
-resharper_string_literal_typo_highlighting = warning
-resharper_string_starts_with_is_culture_specific_highlighting = warning
-resharper_struct_can_be_made_read_only_highlighting = warning
-resharper_struct_member_can_be_made_read_only_highlighting = warning
-resharper_suggest_base_type_for_parameter_highlighting = none
-resharper_suggest_base_type_for_parameter_in_constructor_highlighting = warning
-resharper_suggest_var_or_type_built_in_types_highlighting = hint
-resharper_suggest_var_or_type_deconstruction_declarations_highlighting = warning
-resharper_suggest_var_or_type_elsewhere_highlighting = hint
-resharper_suggest_var_or_type_simple_types_highlighting = hint
-resharper_swap_via_deconstruction_highlighting = warning
+resharper_annotate_can_be_null_parameter_highlighting = warning
+resharper_annotate_can_be_null_type_member_highlighting = warning
+resharper_annotate_not_null_parameter_highlighting = warning
+resharper_annotate_not_null_type_member_highlighting = warning
+resharper_arguments_style_anonymous_function_highlighting = warning
+resharper_arguments_style_literal_highlighting = warning
+resharper_arguments_style_named_expression_highlighting = warning
+resharper_arguments_style_other_highlighting = warning
+resharper_arguments_style_string_literal_highlighting = warning
+resharper_arrange_accessor_owner_body_highlighting = warning
+resharper_arrange_constructor_or_destructor_body_highlighting = warning
+resharper_arrange_local_function_body_highlighting = warning
+resharper_arrange_method_or_operator_body_highlighting = warning
+resharper_arrange_redundant_parentheses_highlighting = hint
+resharper_arrange_static_member_qualifier_highlighting = warning
+resharper_arrange_this_qualifier_highlighting = hint
+resharper_arrange_trailing_comma_in_multiline_lists_highlighting = warning
+resharper_arrange_trailing_comma_in_singleline_lists_highlighting = warning
+resharper_arrange_type_member_modifiers_highlighting = hint
+resharper_arrange_type_modifiers_highlighting = hint
+resharper_arrange_var_keywords_in_deconstructing_declaration_highlighting = warning
+resharper_async_void_method_highlighting = warning
+resharper_auto_property_can_be_made_get_only_global_highlighting = warning
+resharper_auto_property_can_be_made_get_only_local_highlighting = warning
+resharper_bad_attribute_brackets_spaces_highlighting = warning
+resharper_bad_braces_spaces_highlighting = warning
+resharper_bad_colon_spaces_highlighting = warning
+resharper_bad_comma_spaces_highlighting = warning
+resharper_bad_control_braces_indent_highlighting = warning
+resharper_bad_control_braces_line_breaks_highlighting = warning
+resharper_bad_declaration_braces_indent_highlighting = warning
+resharper_bad_declaration_braces_line_breaks_highlighting = warning
+resharper_bad_empty_braces_line_breaks_highlighting = warning
+resharper_bad_expression_braces_indent_highlighting = warning
+resharper_bad_expression_braces_line_breaks_highlighting = warning
+resharper_bad_generic_brackets_spaces_highlighting = warning
+resharper_bad_indent_highlighting = warning
+resharper_bad_linq_line_breaks_highlighting = warning
+resharper_bad_member_access_spaces_highlighting = warning
+resharper_bad_namespace_braces_indent_highlighting = warning
+resharper_bad_parens_line_breaks_highlighting = warning
+resharper_bad_parens_spaces_highlighting = warning
+resharper_bad_preprocessor_indent_highlighting = warning
+resharper_bad_semicolon_spaces_highlighting = warning
+resharper_bad_spaces_after_keyword_highlighting = warning
+resharper_bad_square_brackets_spaces_highlighting = warning
+resharper_bad_switch_braces_indent_highlighting = warning
+resharper_bad_symbol_spaces_highlighting = warning
+resharper_built_in_type_reference_style_for_member_access_highlighting = hint
+resharper_built_in_type_reference_style_highlighting = hint
+resharper_check_for_reference_equality_instead_1_highlighting = warning
+resharper_check_for_reference_equality_instead_2_highlighting = warning
+resharper_check_for_reference_equality_instead_3_highlighting = warning
+resharper_check_for_reference_equality_instead_4_highlighting = warning
+resharper_class_can_be_sealed_global_highlighting = warning
+resharper_class_can_be_sealed_local_highlighting = warning
+resharper_class_never_instantiated_global_highlighting = warning
+resharper_class_never_instantiated_local_highlighting = warning
+resharper_class_with_virtual_members_never_inherited_global_highlighting = warning
+resharper_class_with_virtual_members_never_inherited_local_highlighting = warning
+resharper_comment_typo_highlighting = none
+resharper_compare_non_constrained_generic_with_null_highlighting = warning
+resharper_convert_closure_to_method_group_highlighting = warning
+resharper_convert_conditional_ternary_expression_to_switch_expression_highlighting = warning
+resharper_convert_if_do_to_while_highlighting = warning
+resharper_convert_if_statement_to_conditional_ternary_expression_highlighting = warning
+resharper_convert_if_statement_to_null_coalescing_assignment_highlighting = warning
+resharper_convert_if_statement_to_null_coalescing_expression_highlighting = warning
+resharper_convert_if_statement_to_return_statement_highlighting = warning
+resharper_convert_if_statement_to_switch_statement_highlighting = warning
+resharper_convert_if_to_or_expression_highlighting = warning
+resharper_convert_nullable_to_short_form_highlighting = warning
+resharper_convert_switch_statement_to_switch_expression_highlighting = warning
+resharper_convert_to_auto_property_highlighting = warning
+resharper_convert_to_auto_property_when_possible_highlighting = warning
+resharper_convert_to_auto_property_with_private_setter_highlighting = warning
+resharper_convert_to_compound_assignment_highlighting = warning
+resharper_convert_to_constant_global_highlighting = warning
+resharper_convert_to_constant_local_highlighting = warning
+resharper_convert_to_lambda_expression_highlighting = warning
+resharper_convert_to_local_function_highlighting = warning
+resharper_convert_to_null_coalescing_compound_assignment_highlighting = warning
+resharper_convert_to_primary_constructor_highlighting = warning
+resharper_convert_to_static_class_highlighting = warning
+resharper_convert_to_using_declaration_highlighting = warning
+resharper_cpp_enforce_cv_qualifiers_order_highlighting = hint
+resharper_cpp_enforce_cv_qualifiers_placement_highlighting = hint
+resharper_cpp_enforce_do_statement_braces_highlighting = hint
+resharper_cpp_enforce_for_statement_braces_highlighting = hint
+resharper_cpp_enforce_function_declaration_style_highlighting = hint
+resharper_cpp_enforce_if_statement_braces_highlighting = hint
+resharper_cpp_enforce_type_alias_code_style_highlighting = hint
+resharper_cpp_enforce_while_statement_braces_highlighting = hint
+resharper_cpp_remove_redundant_braces_highlighting = hint
+resharper_double_negation_in_pattern_highlighting = warning
+resharper_double_negation_operator_highlighting = warning
+resharper_event_never_invoked_global_highlighting = warning
+resharper_event_never_subscribed_to_global_highlighting = warning
+resharper_event_never_subscribed_to_local_highlighting = warning
+resharper_field_can_be_made_read_only_global_highlighting = warning
+resharper_field_can_be_made_read_only_local_highlighting = warning
+resharper_foreach_can_be_converted_to_query_using_another_get_enumerator_highlighting = warning
+resharper_foreach_can_be_partly_converted_to_query_using_another_get_enumerator_highlighting = none
+resharper_for_can_be_converted_to_foreach_highlighting = warning
+resharper_heap_view_boxing_allocation_highlighting = none
+resharper_heap_view_closure_allocation_highlighting = none
+resharper_heap_view_delegate_allocation_highlighting = none
+resharper_heap_view_object_allocation_evident_highlighting = none
+resharper_heap_view_object_allocation_highlighting = none
+resharper_identifier_typo_highlighting = none
+resharper_incorrect_blank_lines_near_braces_highlighting = warning
+resharper_inheritdoc_consider_usage_highlighting = warning
+resharper_inline_out_variable_declaration_highlighting = warning
+resharper_inline_temporary_variable_highlighting = warning
+resharper_introduce_optional_parameters_global_highlighting = warning
+resharper_introduce_optional_parameters_local_highlighting = warning
+resharper_invert_condition_1_highlighting = warning
+resharper_invert_if_highlighting = warning
+resharper_invocation_is_skipped_highlighting = warning
+resharper_invoke_as_extension_method_highlighting = warning
+resharper_join_declaration_and_initializer_highlighting = warning
+resharper_join_null_check_with_usage_highlighting = warning
+resharper_lambda_expression_must_be_static_highlighting = warning
+resharper_local_function_can_be_made_static_highlighting = warning
+resharper_loop_can_be_converted_to_query_highlighting = warning
+resharper_loop_can_be_partly_converted_to_query_highlighting = warning
+resharper_member_can_be_file_local_highlighting = warning
+resharper_member_can_be_internal_highlighting = warning
+resharper_member_can_be_made_static_global_highlighting = warning
+resharper_member_can_be_made_static_local_highlighting = warning
+resharper_member_can_be_private_global_highlighting = warning
+resharper_member_can_be_private_local_highlighting = warning
+resharper_member_can_be_protected_global_highlighting = warning
+resharper_member_can_be_protected_local_highlighting = warning
+resharper_merge_and_pattern_highlighting = warning
+resharper_merge_cast_with_type_check_highlighting = warning
+resharper_merge_conditional_expression_highlighting = warning
+resharper_merge_into_logical_pattern_highlighting = warning
+resharper_merge_into_negated_pattern_highlighting = warning
+resharper_merge_into_pattern_highlighting = warning
+resharper_merge_nested_property_patterns_highlighting = warning
+resharper_merge_sequential_checks_highlighting = warning
+resharper_method_has_async_overload_highlighting = warning
+resharper_method_has_async_overload_with_cancellation_highlighting = warning
+resharper_method_supports_cancellation_highlighting = warning
+resharper_missing_blank_lines_highlighting = warning
+resharper_missing_linebreak_highlighting = warning
+resharper_missing_space_highlighting = warning
+resharper_more_specific_foreach_variable_type_available_highlighting = warning
+resharper_move_to_existing_positional_deconstruction_pattern_highlighting = warning
+resharper_move_variable_declaration_inside_loop_condition_highlighting = warning
+resharper_multiple_spaces_highlighting = warning
+resharper_multiple_statements_on_one_line_highlighting = warning
+resharper_multiple_type_members_on_one_line_highlighting = warning
+resharper_negation_of_relational_pattern_highlighting = warning
+resharper_negative_equality_expression_highlighting = warning
+resharper_nested_string_interpolation_highlighting = warning
+resharper_not_accessed_field_global_highlighting = warning
+resharper_nullable_warning_suppression_is_used_highlighting = warning
+resharper_outdent_is_off_prev_level_highlighting = warning
+resharper_out_parameter_value_is_always_discarded_global_highlighting = warning
+resharper_parameter_only_used_for_precondition_check_global_highlighting = warning
+resharper_parameter_type_can_be_enumerable_global_highlighting = warning
+resharper_parameter_type_can_be_enumerable_local_highlighting = warning
+resharper_pass_string_interpolation_highlighting = warning
+resharper_possible_unintended_queryable_as_enumerable_highlighting = warning
+resharper_property_can_be_made_init_only_global_highlighting = warning
+resharper_property_can_be_made_init_only_local_highlighting = warning
+resharper_public_constructor_in_abstract_class_highlighting = warning
+resharper_raw_string_can_be_simplified_highlighting = warning
+resharper_redundant_accessor_body_highlighting = warning
+resharper_redundant_always_match_subpattern_highlighting = warning
+resharper_redundant_array_creation_expression_highlighting = warning
+resharper_redundant_attribute_parentheses_highlighting = warning
+resharper_redundant_attribute_usage_property_highlighting = warning
+resharper_redundant_base_qualifier_highlighting = warning
+resharper_redundant_blank_lines_highlighting = warning
+resharper_redundant_collection_initializer_element_braces_highlighting = warning
+resharper_redundant_configure_await_highlighting = warning
+resharper_redundant_declaration_semicolon_highlighting = warning
+resharper_redundant_discard_designation_highlighting = warning
+resharper_redundant_empty_object_creation_argument_list_highlighting = warning
+resharper_redundant_enum_case_label_for_default_section_highlighting = warning
+resharper_redundant_explicit_params_array_creation_highlighting = warning
+resharper_redundant_fixed_pointer_declaration_highlighting = warning
+resharper_redundant_if_else_block_highlighting = warning
+resharper_redundant_immediate_delegate_invocation_highlighting = warning
+resharper_redundant_is_before_relational_pattern_highlighting = warning
+resharper_redundant_lambda_signature_parentheses_highlighting = warning
+resharper_redundant_overload_global_highlighting = warning
+resharper_redundant_overload_local_highlighting = warning
+resharper_redundant_pattern_parentheses_highlighting = warning
+resharper_redundant_property_pattern_clause_highlighting = warning
+resharper_redundant_query_order_by_ascending_keyword_highlighting = warning
+resharper_redundant_range_bound_highlighting = warning
+resharper_redundant_readonly_modifier_highlighting = warning
+resharper_redundant_space_highlighting = warning
+resharper_redundant_string_interpolation_highlighting = warning
+resharper_redundant_to_string_call_for_value_type_highlighting = warning
+resharper_redundant_verbatim_prefix_highlighting = warning
+resharper_redundant_verbatim_string_prefix_highlighting = warning
+resharper_redundant_with_expression_highlighting = warning
+resharper_remove_constructor_invocation_highlighting = warning
+resharper_remove_redundant_braces_highlighting = warning
+resharper_remove_redundant_or_statement_false_highlighting = warning
+resharper_remove_redundant_or_statement_true_highlighting = warning
+resharper_remove_to_list_1_highlighting = warning
+resharper_remove_to_list_2_highlighting = warning
+resharper_replace_auto_property_with_computed_property_highlighting = warning
+resharper_replace_conditional_expression_with_null_coalescing_highlighting = warning
+resharper_replace_object_pattern_with_var_pattern_highlighting = warning
+resharper_replace_slice_with_range_indexer_highlighting = warning
+resharper_replace_substring_with_range_indexer_highlighting = warning
+resharper_replace_with_field_keyword_highlighting = warning
+resharper_replace_with_first_or_default_1_highlighting = warning
+resharper_replace_with_first_or_default_2_highlighting = warning
+resharper_replace_with_first_or_default_3_highlighting = warning
+resharper_replace_with_first_or_default_4_highlighting = warning
+resharper_replace_with_last_or_default_1_highlighting = warning
+resharper_replace_with_last_or_default_2_highlighting = warning
+resharper_replace_with_last_or_default_3_highlighting = warning
+resharper_replace_with_last_or_default_4_highlighting = warning
+resharper_replace_with_of_type_1_highlighting = warning
+resharper_replace_with_of_type_2_highlighting = warning
+resharper_replace_with_of_type_3_highlighting = warning
+resharper_replace_with_of_type_any_1_highlighting = warning
+resharper_replace_with_of_type_any_2_highlighting = warning
+resharper_replace_with_of_type_count_1_highlighting = warning
+resharper_replace_with_of_type_count_2_highlighting = warning
+resharper_replace_with_of_type_first_1_highlighting = warning
+resharper_replace_with_of_type_first_2_highlighting = warning
+resharper_replace_with_of_type_first_or_default_1_highlighting = warning
+resharper_replace_with_of_type_first_or_default_2_highlighting = warning
+resharper_replace_with_of_type_last_1_highlighting = warning
+resharper_replace_with_of_type_last_2_highlighting = warning
+resharper_replace_with_of_type_last_or_default_1_highlighting = warning
+resharper_replace_with_of_type_last_or_default_2_highlighting = warning
+resharper_replace_with_of_type_long_count_highlighting = warning
+resharper_replace_with_of_type_single_1_highlighting = warning
+resharper_replace_with_of_type_single_2_highlighting = warning
+resharper_replace_with_of_type_single_or_default_1_highlighting = warning
+resharper_replace_with_of_type_single_or_default_2_highlighting = warning
+resharper_replace_with_of_type_where_highlighting = warning
+resharper_replace_with_simple_assignment_false_highlighting = warning
+resharper_replace_with_simple_assignment_true_highlighting = warning
+resharper_replace_with_single_assignment_false_highlighting = warning
+resharper_replace_with_single_assignment_true_highlighting = warning
+resharper_replace_with_single_call_to_any_highlighting = warning
+resharper_replace_with_single_call_to_count_highlighting = warning
+resharper_replace_with_single_call_to_first_highlighting = warning
+resharper_replace_with_single_call_to_first_or_default_highlighting = warning
+resharper_replace_with_single_call_to_last_highlighting = warning
+resharper_replace_with_single_call_to_last_or_default_highlighting = warning
+resharper_replace_with_single_call_to_single_highlighting = warning
+resharper_replace_with_single_call_to_single_or_default_highlighting = warning
+resharper_replace_with_single_or_default_1_highlighting = warning
+resharper_replace_with_single_or_default_2_highlighting = warning
+resharper_replace_with_single_or_default_3_highlighting = warning
+resharper_replace_with_single_or_default_4_highlighting = warning
+resharper_replace_with_string_is_null_or_empty_highlighting = warning
+resharper_return_type_can_be_enumerable_global_highlighting = warning
+resharper_return_type_can_be_enumerable_local_highlighting = warning
+resharper_safe_cast_is_used_as_type_check_highlighting = warning
+resharper_separate_control_transfer_statement_highlighting = warning
+resharper_similar_anonymous_type_nearby_highlighting = warning
+resharper_simplify_conditional_ternary_expression_highlighting = warning
+resharper_simplify_linq_expression_use_all_highlighting = warning
+resharper_simplify_linq_expression_use_any_highlighting = warning
+resharper_simplify_linq_expression_use_min_by_and_max_by_highlighting = warning
+resharper_simplify_string_interpolation_highlighting = warning
+resharper_specify_string_comparison_highlighting = warning
+resharper_string_ends_with_is_culture_specific_highlighting = warning
+resharper_string_literal_as_interpolation_argument_highlighting = warning
+resharper_string_literal_typo_highlighting = warning
+resharper_string_starts_with_is_culture_specific_highlighting = warning
+resharper_struct_can_be_made_read_only_highlighting = warning
+resharper_struct_member_can_be_made_read_only_highlighting = warning
+resharper_suggest_base_type_for_parameter_highlighting = none
+resharper_suggest_base_type_for_parameter_in_constructor_highlighting = warning
+resharper_suggest_var_or_type_built_in_types_highlighting = hint
+resharper_suggest_var_or_type_deconstruction_declarations_highlighting = warning
+resharper_suggest_var_or_type_elsewhere_highlighting = hint
+resharper_suggest_var_or_type_simple_types_highlighting = hint
+resharper_swap_via_deconstruction_highlighting = warning
resharper_switch_expression_handles_some_known_enum_values_with_exception_in_default_highlighting = warning
-resharper_switch_statement_handles_some_known_enum_values_with_default_highlighting = none
-resharper_switch_statement_missing_some_enum_cases_no_default_highlighting = none
-resharper_tabs_and_spaces_mismatch_highlighting = warning
-resharper_tabs_are_disallowed_highlighting = warning
-resharper_tabs_outside_indent_highlighting = warning
-resharper_tail_recursive_call_highlighting = warning
-resharper_too_wide_local_variable_scope_highlighting = warning
-resharper_try_cast_always_succeeds_highlighting = warning
-resharper_try_statements_can_be_merged_highlighting = warning
-resharper_type_parameter_can_be_variant_highlighting = warning
-resharper_unnecessary_whitespace_highlighting = warning
-resharper_unused_member_global_highlighting = warning
-resharper_unused_member_hierarchy_global_highlighting = warning
-resharper_unused_member_in_super_global_highlighting = warning
-resharper_unused_method_return_value_global_highlighting = warning
-resharper_unused_parameter_global_highlighting = warning
-resharper_unused_type_global_highlighting = warning
-resharper_use_array_creation_expression_1_highlighting = warning
-resharper_use_array_creation_expression_2_highlighting = warning
-resharper_use_array_empty_method_highlighting = warning
-resharper_use_await_using_highlighting = warning
-resharper_use_cancellation_token_for_i_async_enumerable_highlighting = warning
-resharper_use_collection_count_property_highlighting = warning
-resharper_use_configure_await_false_highlighting = warning
-resharper_use_deconstruction_highlighting = warning
-resharper_use_empty_types_field_highlighting = warning
-resharper_use_event_args_empty_field_highlighting = warning
-resharper_use_format_specifier_in_format_string_highlighting = warning
-resharper_use_indexed_property_highlighting = warning
-resharper_use_index_from_end_expression_highlighting = warning
-resharper_use_is_operator_1_highlighting = warning
-resharper_use_is_operator_2_highlighting = warning
-resharper_use_method_any_0_highlighting = warning
-resharper_use_method_any_1_highlighting = warning
-resharper_use_method_any_2_highlighting = warning
-resharper_use_method_any_3_highlighting = warning
-resharper_use_method_any_4_highlighting = warning
-resharper_use_method_is_instance_of_type_highlighting = warning
-resharper_use_nameof_expression_for_part_of_the_string_highlighting = warning
-resharper_use_nameof_expression_highlighting = warning
-resharper_use_nameof_for_dependency_property_highlighting = warning
-resharper_use_name_of_instead_of_type_of_highlighting = warning
-resharper_use_negated_pattern_in_is_expression_highlighting = warning
-resharper_use_negated_pattern_matching_highlighting = warning
-resharper_use_nullable_annotation_instead_of_attribute_highlighting = warning
-resharper_use_nullable_attributes_supported_by_compiler_highlighting = warning
-resharper_use_null_propagation_highlighting = warning
-resharper_use_object_or_collection_initializer_highlighting = warning
-resharper_use_pattern_matching_highlighting = warning
-resharper_use_positional_deconstruction_pattern_highlighting = warning
-resharper_use_raw_string_highlighting = warning
-resharper_use_string_interpolation_highlighting = warning
-resharper_use_switch_case_pattern_variable_highlighting = warning
-resharper_use_throw_if_null_method_highlighting = warning
-resharper_use_unsigned_right_shift_operator_highlighting = warning
-resharper_use_verbatim_string_highlighting = warning
-resharper_use_with_expression_to_copy_anonymous_object_highlighting = warning
-resharper_use_with_expression_to_copy_record_highlighting = warning
-resharper_use_with_expression_to_copy_struct_highlighting = warning
-resharper_use_with_expression_to_copy_tuple_highlighting = warning
-resharper_virtual_member_never_overridden_global_highlighting = warning
-resharper_virtual_member_never_overridden_local_highlighting = warning
-resharper_web_config_module_not_resolved_highlighting = warning
-resharper_web_config_type_not_resolved_highlighting = warning
-resharper_web_config_wrong_module_highlighting = warning
-resharper_with_expression_instead_of_initializer_highlighting = warning
-resharper_wrong_indent_size_highlighting = warning
+resharper_switch_statement_handles_some_known_enum_values_with_default_highlighting = none
+resharper_switch_statement_missing_some_enum_cases_no_default_highlighting = none
+resharper_tabs_and_spaces_mismatch_highlighting = warning
+resharper_tabs_are_disallowed_highlighting = warning
+resharper_tabs_outside_indent_highlighting = warning
+resharper_tail_recursive_call_highlighting = warning
+resharper_too_wide_local_variable_scope_highlighting = warning
+resharper_try_cast_always_succeeds_highlighting = warning
+resharper_try_statements_can_be_merged_highlighting = warning
+resharper_type_parameter_can_be_variant_highlighting = warning
+resharper_unnecessary_whitespace_highlighting = warning
+resharper_unused_member_global_highlighting = warning
+resharper_unused_member_hierarchy_global_highlighting = warning
+resharper_unused_member_in_super_global_highlighting = warning
+resharper_unused_method_return_value_global_highlighting = warning
+resharper_unused_parameter_global_highlighting = warning
+resharper_unused_type_global_highlighting = warning
+resharper_use_array_creation_expression_1_highlighting = warning
+resharper_use_array_creation_expression_2_highlighting = warning
+resharper_use_array_empty_method_highlighting = warning
+resharper_use_await_using_highlighting = warning
+resharper_use_cancellation_token_for_i_async_enumerable_highlighting = warning
+resharper_use_collection_count_property_highlighting = warning
+resharper_use_configure_await_false_highlighting = warning
+resharper_use_deconstruction_highlighting = warning
+resharper_use_empty_types_field_highlighting = warning
+resharper_use_event_args_empty_field_highlighting = warning
+resharper_use_format_specifier_in_format_string_highlighting = warning
+resharper_use_indexed_property_highlighting = warning
+resharper_use_index_from_end_expression_highlighting = warning
+resharper_use_is_operator_1_highlighting = warning
+resharper_use_is_operator_2_highlighting = warning
+resharper_use_method_any_0_highlighting = warning
+resharper_use_method_any_1_highlighting = warning
+resharper_use_method_any_2_highlighting = warning
+resharper_use_method_any_3_highlighting = warning
+resharper_use_method_any_4_highlighting = warning
+resharper_use_method_is_instance_of_type_highlighting = warning
+resharper_use_nameof_expression_for_part_of_the_string_highlighting = warning
+resharper_use_nameof_expression_highlighting = warning
+resharper_use_nameof_for_dependency_property_highlighting = warning
+resharper_use_name_of_instead_of_type_of_highlighting = warning
+resharper_use_negated_pattern_in_is_expression_highlighting = warning
+resharper_use_negated_pattern_matching_highlighting = warning
+resharper_use_nullable_annotation_instead_of_attribute_highlighting = warning
+resharper_use_nullable_attributes_supported_by_compiler_highlighting = warning
+resharper_use_null_propagation_highlighting = warning
+resharper_use_object_or_collection_initializer_highlighting = warning
+resharper_use_pattern_matching_highlighting = warning
+resharper_use_positional_deconstruction_pattern_highlighting = warning
+resharper_use_raw_string_highlighting = warning
+resharper_use_string_interpolation_highlighting = warning
+resharper_use_switch_case_pattern_variable_highlighting = warning
+resharper_use_throw_if_null_method_highlighting = warning
+resharper_use_unsigned_right_shift_operator_highlighting = warning
+resharper_use_verbatim_string_highlighting = warning
+resharper_use_with_expression_to_copy_anonymous_object_highlighting = warning
+resharper_use_with_expression_to_copy_record_highlighting = warning
+resharper_use_with_expression_to_copy_struct_highlighting = warning
+resharper_use_with_expression_to_copy_tuple_highlighting = warning
+resharper_virtual_member_never_overridden_global_highlighting = warning
+resharper_virtual_member_never_overridden_local_highlighting = warning
+resharper_web_config_module_not_resolved_highlighting = warning
+resharper_web_config_type_not_resolved_highlighting = warning
+resharper_web_config_wrong_module_highlighting = warning
+resharper_with_expression_instead_of_initializer_highlighting = warning
+resharper_wrong_indent_size_highlighting = warning
[*.css]
ij_css_align_closing_brace_with_properties = false
-ij_css_blank_lines_around_nested_selector = 1
-ij_css_blank_lines_between_blocks = 1
-ij_css_block_comment_add_space = false
-ij_css_brace_placement = end_of_line
-ij_css_enforce_quotes_on_format = false
-ij_css_hex_color_long_format = false
-ij_css_hex_color_lower_case = false
-ij_css_hex_color_short_format = false
-ij_css_hex_color_upper_case = false
-ij_css_keep_blank_lines_in_code = 2
-ij_css_keep_indents_on_empty_lines = false
-ij_css_keep_single_line_blocks = false
-ij_css_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow
-ij_css_space_after_colon = true
-ij_css_space_before_opening_brace = true
-ij_css_use_double_quotes = true
-ij_css_value_alignment = do_not_align
+ij_css_blank_lines_around_nested_selector = 1
+ij_css_blank_lines_between_blocks = 1
+ij_css_block_comment_add_space = false
+ij_css_brace_placement = end_of_line
+ij_css_enforce_quotes_on_format = false
+ij_css_hex_color_long_format = false
+ij_css_hex_color_lower_case = false
+ij_css_hex_color_short_format = false
+ij_css_hex_color_upper_case = false
+ij_css_keep_blank_lines_in_code = 2
+ij_css_keep_indents_on_empty_lines = false
+ij_css_keep_single_line_blocks = false
+ij_css_properties_order = font, font-family, font-size, font-weight, font-style, font-variant, font-size-adjust, font-stretch, line-height, position, z-index, top, right, bottom, left, display, visibility, float, clear, overflow, overflow-x, overflow-y, clip, zoom, align-content, align-items, align-self, flex, flex-flow, flex-basis, flex-direction, flex-grow, flex-shrink, flex-wrap, justify-content, order, box-sizing, width, min-width, max-width, height, min-height, max-height, margin, margin-top, margin-right, margin-bottom, margin-left, padding, padding-top, padding-right, padding-bottom, padding-left, table-layout, empty-cells, caption-side, border-spacing, border-collapse, list-style, list-style-position, list-style-type, list-style-image, content, quotes, counter-reset, counter-increment, resize, cursor, user-select, nav-index, nav-up, nav-right, nav-down, nav-left, transition, transition-delay, transition-timing-function, transition-duration, transition-property, transform, transform-origin, animation, animation-name, animation-duration, animation-play-state, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, text-align, text-align-last, vertical-align, white-space, text-decoration, text-emphasis, text-emphasis-color, text-emphasis-style, text-emphasis-position, text-indent, text-justify, letter-spacing, word-spacing, text-outline, text-transform, text-wrap, text-overflow, text-overflow-ellipsis, text-overflow-mode, word-wrap, word-break, tab-size, hyphens, pointer-events, opacity, color, border, border-width, border-style, border-color, border-top, border-top-width, border-top-style, border-top-color, border-right, border-right-width, border-right-style, border-right-color, border-bottom, border-bottom-width, border-bottom-style, border-bottom-color, border-left, border-left-width, border-left-style, border-left-color, border-radius, border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius, border-image, border-image-source, border-image-slice, border-image-width, border-image-outset, border-image-repeat, outline, outline-width, outline-style, outline-color, outline-offset, background, background-color, background-image, background-repeat, background-attachment, background-position, background-position-x, background-position-y, background-clip, background-origin, background-size, box-decoration-break, box-shadow, text-shadow
+ij_css_space_after_colon = true
+ij_css_space_before_opening_brace = true
+ij_css_use_double_quotes = true
+ij_css_value_alignment = do_not_align
[*.csv]
-max_line_length = 2147483647
+max_line_length = 2147483647
ij_csv_wrap_long_lines = false
-indent_style = tab
-tab_width = 1
+indent_style = tab
+tab_width = 1
[*.dart]
max_line_length = 80
[*.less]
-indent_size = 2
+indent_size = 2
ij_less_align_closing_brace_with_properties = false
-ij_less_blank_lines_around_nested_selector = 1
-ij_less_blank_lines_between_blocks = 1
-ij_less_block_comment_add_space = false
-ij_less_brace_placement = 0
-ij_less_enforce_quotes_on_format = false
-ij_less_hex_color_long_format = false
-ij_less_hex_color_lower_case = false
-ij_less_hex_color_short_format = false
-ij_less_hex_color_upper_case = false
-ij_less_keep_blank_lines_in_code = 2
-ij_less_keep_indents_on_empty_lines = false
-ij_less_keep_single_line_blocks = false
-ij_less_line_comment_add_space = false
-ij_less_line_comment_at_first_column = false
-ij_less_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow
-ij_less_space_after_colon = true
-ij_less_space_before_opening_brace = true
-ij_less_use_double_quotes = true
-ij_less_value_alignment = 0
+ij_less_blank_lines_around_nested_selector = 1
+ij_less_blank_lines_between_blocks = 1
+ij_less_block_comment_add_space = false
+ij_less_brace_placement = 0
+ij_less_enforce_quotes_on_format = false
+ij_less_hex_color_long_format = false
+ij_less_hex_color_lower_case = false
+ij_less_hex_color_short_format = false
+ij_less_hex_color_upper_case = false
+ij_less_keep_blank_lines_in_code = 2
+ij_less_keep_indents_on_empty_lines = false
+ij_less_keep_single_line_blocks = false
+ij_less_line_comment_add_space = false
+ij_less_line_comment_at_first_column = false
+ij_less_properties_order = font, font-family, font-size, font-weight, font-style, font-variant, font-size-adjust, font-stretch, line-height, position, z-index, top, right, bottom, left, display, visibility, float, clear, overflow, overflow-x, overflow-y, clip, zoom, align-content, align-items, align-self, flex, flex-flow, flex-basis, flex-direction, flex-grow, flex-shrink, flex-wrap, justify-content, order, box-sizing, width, min-width, max-width, height, min-height, max-height, margin, margin-top, margin-right, margin-bottom, margin-left, padding, padding-top, padding-right, padding-bottom, padding-left, table-layout, empty-cells, caption-side, border-spacing, border-collapse, list-style, list-style-position, list-style-type, list-style-image, content, quotes, counter-reset, counter-increment, resize, cursor, user-select, nav-index, nav-up, nav-right, nav-down, nav-left, transition, transition-delay, transition-timing-function, transition-duration, transition-property, transform, transform-origin, animation, animation-name, animation-duration, animation-play-state, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, text-align, text-align-last, vertical-align, white-space, text-decoration, text-emphasis, text-emphasis-color, text-emphasis-style, text-emphasis-position, text-indent, text-justify, letter-spacing, word-spacing, text-outline, text-transform, text-wrap, text-overflow, text-overflow-ellipsis, text-overflow-mode, word-wrap, word-break, tab-size, hyphens, pointer-events, opacity, color, border, border-width, border-style, border-color, border-top, border-top-width, border-top-style, border-top-color, border-right, border-right-width, border-right-style, border-right-color, border-bottom, border-bottom-width, border-bottom-style, border-bottom-color, border-left, border-left-width, border-left-style, border-left-color, border-radius, border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius, border-image, border-image-source, border-image-slice, border-image-width, border-image-outset, border-image-repeat, outline, outline-width, outline-style, outline-color, outline-offset, background, background-color, background-image, background-repeat, background-attachment, background-position, background-position-x, background-position-y, background-clip, background-origin, background-size, box-decoration-break, box-shadow, text-shadow
+ij_less_space_after_colon = true
+ij_less_space_before_opening_brace = true
+ij_less_use_double_quotes = true
+ij_less_value_alignment = 0
[*.pp]
-indent_size = 2
-tab_width = 2
-ij_continuation_indent_size = 2
+indent_size = 2
+tab_width = 2
+ij_continuation_indent_size = 2
ij_puppet_keep_indents_on_empty_lines = false
[*.properties]
-ij_properties_align_group_field_declarations = true
-ij_properties_keep_blank_lines = false
-ij_properties_key_value_delimiter = equals
+ij_properties_align_group_field_declarations = true
+ij_properties_keep_blank_lines = false
+ij_properties_key_value_delimiter = equals
ij_properties_spaces_around_key_value_delimiter = true
[*.sass]
-indent_size = 2
+indent_size = 2
ij_sass_align_closing_brace_with_properties = false
-ij_sass_blank_lines_around_nested_selector = 1
-ij_sass_blank_lines_between_blocks = 1
-ij_sass_brace_placement = 0
-ij_sass_enforce_quotes_on_format = false
-ij_sass_hex_color_long_format = false
-ij_sass_hex_color_lower_case = false
-ij_sass_hex_color_short_format = false
-ij_sass_hex_color_upper_case = false
-ij_sass_keep_blank_lines_in_code = 2
-ij_sass_keep_indents_on_empty_lines = false
-ij_sass_keep_single_line_blocks = false
-ij_sass_line_comment_add_space = false
-ij_sass_line_comment_at_first_column = false
-ij_sass_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow
-ij_sass_space_after_colon = true
-ij_sass_space_before_opening_brace = true
-ij_sass_use_double_quotes = true
-ij_sass_value_alignment = 0
+ij_sass_blank_lines_around_nested_selector = 1
+ij_sass_blank_lines_between_blocks = 1
+ij_sass_brace_placement = 0
+ij_sass_enforce_quotes_on_format = false
+ij_sass_hex_color_long_format = false
+ij_sass_hex_color_lower_case = false
+ij_sass_hex_color_short_format = false
+ij_sass_hex_color_upper_case = false
+ij_sass_keep_blank_lines_in_code = 2
+ij_sass_keep_indents_on_empty_lines = false
+ij_sass_keep_single_line_blocks = false
+ij_sass_line_comment_add_space = false
+ij_sass_line_comment_at_first_column = false
+ij_sass_properties_order = font, font-family, font-size, font-weight, font-style, font-variant, font-size-adjust, font-stretch, line-height, position, z-index, top, right, bottom, left, display, visibility, float, clear, overflow, overflow-x, overflow-y, clip, zoom, align-content, align-items, align-self, flex, flex-flow, flex-basis, flex-direction, flex-grow, flex-shrink, flex-wrap, justify-content, order, box-sizing, width, min-width, max-width, height, min-height, max-height, margin, margin-top, margin-right, margin-bottom, margin-left, padding, padding-top, padding-right, padding-bottom, padding-left, table-layout, empty-cells, caption-side, border-spacing, border-collapse, list-style, list-style-position, list-style-type, list-style-image, content, quotes, counter-reset, counter-increment, resize, cursor, user-select, nav-index, nav-up, nav-right, nav-down, nav-left, transition, transition-delay, transition-timing-function, transition-duration, transition-property, transform, transform-origin, animation, animation-name, animation-duration, animation-play-state, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, text-align, text-align-last, vertical-align, white-space, text-decoration, text-emphasis, text-emphasis-color, text-emphasis-style, text-emphasis-position, text-indent, text-justify, letter-spacing, word-spacing, text-outline, text-transform, text-wrap, text-overflow, text-overflow-ellipsis, text-overflow-mode, word-wrap, word-break, tab-size, hyphens, pointer-events, opacity, color, border, border-width, border-style, border-color, border-top, border-top-width, border-top-style, border-top-color, border-right, border-right-width, border-right-style, border-right-color, border-bottom, border-bottom-width, border-bottom-style, border-bottom-color, border-left, border-left-width, border-left-style, border-left-color, border-radius, border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius, border-image, border-image-source, border-image-slice, border-image-width, border-image-outset, border-image-repeat, outline, outline-width, outline-style, outline-color, outline-offset, background, background-color, background-image, background-repeat, background-attachment, background-position, background-position-x, background-position-y, background-clip, background-origin, background-size, box-decoration-break, box-shadow, text-shadow
+ij_sass_space_after_colon = true
+ij_sass_space_before_opening_brace = true
+ij_sass_use_double_quotes = true
+ij_sass_value_alignment = 0
[*.scss]
-indent_size = 2
+indent_size = 2
ij_scss_align_closing_brace_with_properties = false
-ij_scss_blank_lines_around_nested_selector = 1
-ij_scss_blank_lines_between_blocks = 1
-ij_scss_block_comment_add_space = false
-ij_scss_brace_placement = 0
-ij_scss_enforce_quotes_on_format = false
-ij_scss_hex_color_long_format = false
-ij_scss_hex_color_lower_case = false
-ij_scss_hex_color_short_format = false
-ij_scss_hex_color_upper_case = false
-ij_scss_keep_blank_lines_in_code = 2
-ij_scss_keep_indents_on_empty_lines = false
-ij_scss_keep_single_line_blocks = false
-ij_scss_line_comment_add_space = false
-ij_scss_line_comment_at_first_column = false
-ij_scss_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow
-ij_scss_space_after_colon = true
-ij_scss_space_before_opening_brace = true
-ij_scss_use_double_quotes = true
-ij_scss_value_alignment = 0
+ij_scss_blank_lines_around_nested_selector = 1
+ij_scss_blank_lines_between_blocks = 1
+ij_scss_block_comment_add_space = false
+ij_scss_brace_placement = 0
+ij_scss_enforce_quotes_on_format = false
+ij_scss_hex_color_long_format = false
+ij_scss_hex_color_lower_case = false
+ij_scss_hex_color_short_format = false
+ij_scss_hex_color_upper_case = false
+ij_scss_keep_blank_lines_in_code = 2
+ij_scss_keep_indents_on_empty_lines = false
+ij_scss_keep_single_line_blocks = false
+ij_scss_line_comment_add_space = false
+ij_scss_line_comment_at_first_column = false
+ij_scss_properties_order = font, font-family, font-size, font-weight, font-style, font-variant, font-size-adjust, font-stretch, line-height, position, z-index, top, right, bottom, left, display, visibility, float, clear, overflow, overflow-x, overflow-y, clip, zoom, align-content, align-items, align-self, flex, flex-flow, flex-basis, flex-direction, flex-grow, flex-shrink, flex-wrap, justify-content, order, box-sizing, width, min-width, max-width, height, min-height, max-height, margin, margin-top, margin-right, margin-bottom, margin-left, padding, padding-top, padding-right, padding-bottom, padding-left, table-layout, empty-cells, caption-side, border-spacing, border-collapse, list-style, list-style-position, list-style-type, list-style-image, content, quotes, counter-reset, counter-increment, resize, cursor, user-select, nav-index, nav-up, nav-right, nav-down, nav-left, transition, transition-delay, transition-timing-function, transition-duration, transition-property, transform, transform-origin, animation, animation-name, animation-duration, animation-play-state, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, text-align, text-align-last, vertical-align, white-space, text-decoration, text-emphasis, text-emphasis-color, text-emphasis-style, text-emphasis-position, text-indent, text-justify, letter-spacing, word-spacing, text-outline, text-transform, text-wrap, text-overflow, text-overflow-ellipsis, text-overflow-mode, word-wrap, word-break, tab-size, hyphens, pointer-events, opacity, color, border, border-width, border-style, border-color, border-top, border-top-width, border-top-style, border-top-color, border-right, border-right-width, border-right-style, border-right-color, border-bottom, border-bottom-width, border-bottom-style, border-bottom-color, border-left, border-left-width, border-left-style, border-left-color, border-radius, border-top-left-radius, border-top-right-radius, border-bottom-right-radius, border-bottom-left-radius, border-image, border-image-source, border-image-slice, border-image-width, border-image-outset, border-image-repeat, outline, outline-width, outline-style, outline-color, outline-offset, background, background-color, background-image, background-repeat, background-attachment, background-position, background-position-x, background-position-y, background-clip, background-origin, background-size, box-decoration-break, box-shadow, text-shadow
+ij_scss_space_after_colon = true
+ij_scss_space_before_opening_brace = true
+ij_scss_use_double_quotes = true
+ij_scss_value_alignment = 0
[*.slim]
-indent_size = 2
+indent_size = 2
ij_slim_keep_indents_on_empty_lines = false
[*.twig]
-ij_twig_keep_indents_on_empty_lines = false
+ij_twig_keep_indents_on_empty_lines = false
ij_twig_spaces_inside_comments_delimiters = true
-ij_twig_spaces_inside_delimiters = true
+ij_twig_spaces_inside_delimiters = true
ij_twig_spaces_inside_variable_delimiters = true
[*.vue]
-indent_size = 2
-tab_width = 2
-ij_continuation_indent_size = 4
-ij_vue_indent_children_of_top_level = template
+indent_size = 2
+tab_width = 2
+ij_continuation_indent_size = 4
+ij_vue_indent_children_of_top_level = template
ij_vue_interpolation_new_line_after_start_delimiter = true
-ij_vue_interpolation_new_line_before_end_delimiter = true
-ij_vue_interpolation_wrap = off
-ij_vue_keep_indents_on_empty_lines = false
-ij_vue_spaces_within_interpolation_expressions = true
+ij_vue_interpolation_new_line_before_end_delimiter = true
+ij_vue_interpolation_wrap = off
+ij_vue_keep_indents_on_empty_lines = false
+ij_vue_spaces_within_interpolation_expressions = true
[.editorconfig]
-ij_editorconfig_align_group_field_declarations = true
-ij_editorconfig_space_after_colon = false
-ij_editorconfig_space_after_comma = true
-ij_editorconfig_space_before_colon = false
-ij_editorconfig_space_before_comma = false
+ij_editorconfig_align_group_field_declarations = true
+ij_editorconfig_space_after_colon = false
+ij_editorconfig_space_after_comma = true
+ij_editorconfig_space_before_colon = false
+ij_editorconfig_space_before_comma = false
ij_editorconfig_spaces_around_assignment_operators = true
[{*.ad,*.adoc,*.asciidoc,.asciidoctorconfig}]
-ij_asciidoc_blank_lines_after_header = 1
+ij_asciidoc_blank_lines_after_header = 1
ij_asciidoc_blank_lines_keep_after_header = 1
-ij_asciidoc_formatting_enabled = true
-ij_asciidoc_one_sentence_per_line = true
+ij_asciidoc_formatting_enabled = true
+ij_asciidoc_one_sentence_per_line = true
[{*.ant,*.appxmanifest,*.axml,*.cscfg,*.csdef,*.disco,*.dotsettings,*.filelayout,*.fxml,*.jhm,*.jnlp,*.jrxml,*.manifest,*.myapp,*.nuspec,*.rng,*.sdef,*.stylecop,*.svcmap,*.tld,*.wadcfgx,*.webref,*.wsdl,*.xml,*.xsd,*.xsl,*.xslt,*.xul,StyleCop.Cache}]
-ij_xml_align_attributes = true
-ij_xml_align_text = false
-ij_xml_attribute_wrap = on_every_item
-ij_xml_block_comment_add_space = false
-ij_xml_block_comment_at_first_column = true
-ij_xml_keep_blank_lines = 2
-ij_xml_keep_indents_on_empty_lines = false
-ij_xml_keep_line_breaks = true
-ij_xml_keep_line_breaks_in_text = true
-ij_xml_keep_whitespaces = false
-ij_xml_keep_whitespaces_around_cdata = preserve
-ij_xml_keep_whitespaces_inside_cdata = false
-ij_xml_line_comment_at_first_column = true
-ij_xml_space_after_tag_name = false
+ij_xml_align_attributes = true
+ij_xml_align_text = false
+ij_xml_attribute_wrap = on_every_item
+ij_xml_block_comment_add_space = false
+ij_xml_block_comment_at_first_column = true
+ij_xml_keep_blank_lines = 2
+ij_xml_keep_indents_on_empty_lines = false
+ij_xml_keep_line_breaks = true
+ij_xml_keep_line_breaks_in_text = true
+ij_xml_keep_whitespaces = false
+ij_xml_keep_whitespaces_around_cdata = preserve
+ij_xml_keep_whitespaces_inside_cdata = false
+ij_xml_line_comment_at_first_column = true
+ij_xml_space_after_tag_name = false
ij_xml_space_around_equals_in_attribute = false
-ij_xml_space_inside_empty_tag = false
-ij_xml_text_wrap = normal
-ij_xml_use_custom_settings = false
+ij_xml_space_inside_empty_tag = false
+ij_xml_text_wrap = normal
+ij_xml_use_custom_settings = false
+indent_size = 2
+tab_width = 2
+ij_continuation_indent_size = 4
[{*.applescript,*.scpt}]
-indent_size = 2
-tab_width = 2
-ij_continuation_indent_size = 4
-ij_applescript_align_multiline_binary_operation = true
-ij_applescript_align_multiline_parameters = true
-ij_applescript_align_multiline_parameters_in_calls = true
-ij_applescript_binary_operation_sign_on_next_line = false
-ij_applescript_binary_operation_wrap = off
-ij_applescript_block_brace_style = next_line
-ij_applescript_call_parameters_new_line_after_left_paren = false
-ij_applescript_call_parameters_right_paren_on_new_line = false
-ij_applescript_call_parameters_wrap = off
-ij_applescript_else_on_new_line = true
-ij_applescript_keep_blank_lines_in_code = 2
-ij_applescript_keep_first_column_comment = true
-ij_applescript_keep_indents_on_empty_lines = false
-ij_applescript_keep_line_breaks = true
-ij_applescript_method_brace_style = next_line
-ij_applescript_method_parameters_new_line_after_left_paren = false
-ij_applescript_method_parameters_right_paren_on_new_line = false
-ij_applescript_method_parameters_wrap = off
+indent_size = 2
+tab_width = 2
+ij_continuation_indent_size = 4
+ij_applescript_align_multiline_binary_operation = true
+ij_applescript_align_multiline_parameters = true
+ij_applescript_align_multiline_parameters_in_calls = true
+ij_applescript_binary_operation_sign_on_next_line = false
+ij_applescript_binary_operation_wrap = off
+ij_applescript_block_brace_style = next_line
+ij_applescript_call_parameters_new_line_after_left_paren = false
+ij_applescript_call_parameters_right_paren_on_new_line = false
+ij_applescript_call_parameters_wrap = off
+ij_applescript_else_on_new_line = true
+ij_applescript_keep_blank_lines_in_code = 2
+ij_applescript_keep_first_column_comment = true
+ij_applescript_keep_indents_on_empty_lines = false
+ij_applescript_keep_line_breaks = true
+ij_applescript_method_brace_style = next_line
+ij_applescript_method_parameters_new_line_after_left_paren = false
+ij_applescript_method_parameters_right_paren_on_new_line = false
+ij_applescript_method_parameters_wrap = off
ij_applescript_parentheses_expression_new_line_after_left_paren = false
-ij_applescript_parentheses_expression_right_paren_on_new_line = false
-ij_applescript_space_after_colon = true
-ij_applescript_space_after_comma = true
-ij_applescript_space_after_comma_in_type_arguments = true
-ij_applescript_space_before_colon = true
-ij_applescript_space_before_comma = false
-ij_applescript_space_before_else_keyword = true
-ij_applescript_space_before_else_left_brace = true
-ij_applescript_space_before_if_parentheses = false
-ij_applescript_space_before_method_call_parentheses = false
-ij_applescript_space_before_method_left_brace = true
-ij_applescript_space_before_method_parentheses = false
-ij_applescript_space_before_while_keyword = true
-ij_applescript_spaces_around_additive_operators = true
-ij_applescript_spaces_around_assignment_operators = true
-ij_applescript_spaces_around_equality_operators = true
-ij_applescript_spaces_around_logical_operators = true
-ij_applescript_spaces_around_multiplicative_operators = true
-ij_applescript_spaces_around_relational_operators = true
-ij_applescript_spaces_around_shift_operators = true
-ij_applescript_spaces_around_unary_operator = false
-ij_applescript_spaces_within_if_parentheses = false
-ij_applescript_spaces_within_method_call_parentheses = false
-ij_applescript_spaces_within_method_parentheses = false
-ij_applescript_special_else_if_treatment = true
+ij_applescript_parentheses_expression_right_paren_on_new_line = false
+ij_applescript_space_after_colon = true
+ij_applescript_space_after_comma = true
+ij_applescript_space_after_comma_in_type_arguments = true
+ij_applescript_space_before_colon = true
+ij_applescript_space_before_comma = false
+ij_applescript_space_before_else_keyword = true
+ij_applescript_space_before_else_left_brace = true
+ij_applescript_space_before_if_parentheses = false
+ij_applescript_space_before_method_call_parentheses = false
+ij_applescript_space_before_method_left_brace = true
+ij_applescript_space_before_method_parentheses = false
+ij_applescript_space_before_while_keyword = true
+ij_applescript_spaces_around_additive_operators = true
+ij_applescript_spaces_around_assignment_operators = true
+ij_applescript_spaces_around_equality_operators = true
+ij_applescript_spaces_around_logical_operators = true
+ij_applescript_spaces_around_multiplicative_operators = true
+ij_applescript_spaces_around_relational_operators = true
+ij_applescript_spaces_around_shift_operators = true
+ij_applescript_spaces_around_unary_operator = false
+ij_applescript_spaces_within_if_parentheses = false
+ij_applescript_spaces_within_method_call_parentheses = false
+ij_applescript_spaces_within_method_parentheses = false
+ij_applescript_special_else_if_treatment = true
[{*.ats,*.cts,*.mts,*.ts}]
-ij_continuation_indent_size = 4
-ij_typescript_align_imports = true
-ij_typescript_align_multiline_array_initializer_expression = true
-ij_typescript_align_multiline_binary_operation = true
-ij_typescript_align_multiline_chained_methods = true
-ij_typescript_align_multiline_extends_list = false
-ij_typescript_align_multiline_for = true
-ij_typescript_align_multiline_parameters = true
-ij_typescript_align_multiline_parameters_in_calls = true
-ij_typescript_align_multiline_ternary_operation = true
-ij_typescript_align_object_properties = 1
-ij_typescript_align_union_types = true
-ij_typescript_align_var_statements = 2
-ij_typescript_array_initializer_new_line_after_left_brace = false
-ij_typescript_array_initializer_right_brace_on_new_line = false
-ij_typescript_array_initializer_wrap = on_every_item
-ij_typescript_assignment_wrap = on_every_item
-ij_typescript_binary_operation_sign_on_next_line = false
-ij_typescript_binary_operation_wrap = on_every_item
-ij_typescript_blacklist_imports = rxjs/Rx,node_modules/**,**/node_modules/**,@angular/material,@angular/material/typings/**
-ij_typescript_blank_lines_after_imports = 1
-ij_typescript_blank_lines_around_class = 1
-ij_typescript_blank_lines_around_field = 0
-ij_typescript_blank_lines_around_field_in_interface = 0
-ij_typescript_blank_lines_around_function = 1
-ij_typescript_blank_lines_around_method = 1
-ij_typescript_blank_lines_around_method_in_interface = 1
-ij_typescript_block_brace_style = next_line
-ij_typescript_block_comment_add_space = false
-ij_typescript_block_comment_at_first_column = true
-ij_typescript_call_parameters_new_line_after_left_paren = false
-ij_typescript_call_parameters_right_paren_on_new_line = false
-ij_typescript_call_parameters_wrap = on_every_item
-ij_typescript_catch_on_new_line = true
-ij_typescript_chained_call_dot_on_new_line = true
-ij_typescript_class_brace_style = next_line
-ij_typescript_comma_on_new_line = false
-ij_typescript_do_while_brace_force = always
-ij_typescript_else_on_new_line = false
-ij_typescript_enforce_trailing_comma = keep
-ij_typescript_enum_constants_wrap = on_every_item
-ij_typescript_extends_keyword_wrap = normal
-ij_typescript_extends_list_wrap = on_every_item
-ij_typescript_field_prefix = _
-ij_typescript_file_name_style = relaxed
-ij_typescript_finally_on_new_line = true
-ij_typescript_for_brace_force = if_multiline
-ij_typescript_for_statement_new_line_after_left_paren = false
-ij_typescript_for_statement_right_paren_on_new_line = false
-ij_typescript_for_statement_wrap = on_every_item
-ij_typescript_force_quote_style = true
-ij_typescript_force_semicolon_style = true
-ij_typescript_function_expression_brace_style = next_line
-ij_typescript_if_brace_force = never
-ij_typescript_import_merge_members = global
-ij_typescript_import_prefer_absolute_path = true
-ij_typescript_import_sort_members = true
-ij_typescript_import_sort_module_name = true
-ij_typescript_import_use_node_resolution = true
-ij_typescript_imports_wrap = on_every_item
-ij_typescript_indent_case_from_switch = true
-ij_typescript_indent_chained_calls = true
-ij_typescript_indent_package_children = 0
-ij_typescript_jsdoc_include_types = false
-ij_typescript_jsx_attribute_value = braces
-ij_typescript_keep_blank_lines_in_code = 2
-ij_typescript_keep_first_column_comment = true
-ij_typescript_keep_indents_on_empty_lines = false
-ij_typescript_keep_line_breaks = true
-ij_typescript_keep_simple_blocks_in_one_line = false
-ij_typescript_keep_simple_methods_in_one_line = false
-ij_typescript_line_comment_add_space = true
-ij_typescript_line_comment_at_first_column = false
-ij_typescript_method_brace_style = next_line
-ij_typescript_method_call_chain_wrap = on_every_item
-ij_typescript_method_parameters_new_line_after_left_paren = false
-ij_typescript_method_parameters_right_paren_on_new_line = false
-ij_typescript_method_parameters_wrap = on_every_item
-ij_typescript_object_literal_wrap = on_every_item
-ij_typescript_object_types_wrap = on_every_item
-ij_typescript_parentheses_expression_new_line_after_left_paren = false
-ij_typescript_parentheses_expression_right_paren_on_new_line = false
-ij_typescript_place_assignment_sign_on_next_line = false
-ij_typescript_prefer_as_type_cast = false
+ij_continuation_indent_size = 4
+ij_typescript_align_imports = true
+ij_typescript_align_multiline_array_initializer_expression = true
+ij_typescript_align_multiline_binary_operation = true
+ij_typescript_align_multiline_chained_methods = true
+ij_typescript_align_multiline_extends_list = false
+ij_typescript_align_multiline_for = true
+ij_typescript_align_multiline_parameters = true
+ij_typescript_align_multiline_parameters_in_calls = true
+ij_typescript_align_multiline_ternary_operation = true
+ij_typescript_align_object_properties = 1
+ij_typescript_align_union_types = true
+ij_typescript_align_var_statements = 2
+ij_typescript_array_initializer_new_line_after_left_brace = false
+ij_typescript_array_initializer_right_brace_on_new_line = false
+ij_typescript_array_initializer_wrap = on_every_item
+ij_typescript_assignment_wrap = on_every_item
+ij_typescript_binary_operation_sign_on_next_line = false
+ij_typescript_binary_operation_wrap = on_every_item
+ij_typescript_blacklist_imports = rxjs/Rx, node_modules/**, **/node_modules/**, @angular/material, @angular/material/typings/**
+ij_typescript_blank_lines_after_imports = 1
+ij_typescript_blank_lines_around_class = 1
+ij_typescript_blank_lines_around_field = 0
+ij_typescript_blank_lines_around_field_in_interface = 0
+ij_typescript_blank_lines_around_function = 1
+ij_typescript_blank_lines_around_method = 1
+ij_typescript_blank_lines_around_method_in_interface = 1
+ij_typescript_block_brace_style = next_line
+ij_typescript_block_comment_add_space = false
+ij_typescript_block_comment_at_first_column = true
+ij_typescript_call_parameters_new_line_after_left_paren = false
+ij_typescript_call_parameters_right_paren_on_new_line = false
+ij_typescript_call_parameters_wrap = on_every_item
+ij_typescript_catch_on_new_line = true
+ij_typescript_chained_call_dot_on_new_line = true
+ij_typescript_class_brace_style = next_line
+ij_typescript_comma_on_new_line = false
+ij_typescript_do_while_brace_force = always
+ij_typescript_else_on_new_line = false
+ij_typescript_enforce_trailing_comma = keep
+ij_typescript_enum_constants_wrap = on_every_item
+ij_typescript_extends_keyword_wrap = normal
+ij_typescript_extends_list_wrap = on_every_item
+ij_typescript_field_prefix = _
+ij_typescript_file_name_style = relaxed
+ij_typescript_finally_on_new_line = true
+ij_typescript_for_brace_force = if_multiline
+ij_typescript_for_statement_new_line_after_left_paren = false
+ij_typescript_for_statement_right_paren_on_new_line = false
+ij_typescript_for_statement_wrap = on_every_item
+ij_typescript_force_quote_style = true
+ij_typescript_force_semicolon_style = true
+ij_typescript_function_expression_brace_style = next_line
+ij_typescript_if_brace_force = never
+ij_typescript_import_merge_members = global
+ij_typescript_import_prefer_absolute_path = true
+ij_typescript_import_sort_members = true
+ij_typescript_import_sort_module_name = true
+ij_typescript_import_use_node_resolution = true
+ij_typescript_imports_wrap = on_every_item
+ij_typescript_indent_case_from_switch = true
+ij_typescript_indent_chained_calls = true
+ij_typescript_indent_package_children = 0
+ij_typescript_jsdoc_include_types = false
+ij_typescript_jsx_attribute_value = braces
+ij_typescript_keep_blank_lines_in_code = 2
+ij_typescript_keep_first_column_comment = true
+ij_typescript_keep_indents_on_empty_lines = false
+ij_typescript_keep_line_breaks = true
+ij_typescript_keep_simple_blocks_in_one_line = false
+ij_typescript_keep_simple_methods_in_one_line = false
+ij_typescript_line_comment_add_space = true
+ij_typescript_line_comment_at_first_column = false
+ij_typescript_method_brace_style = next_line
+ij_typescript_method_call_chain_wrap = on_every_item
+ij_typescript_method_parameters_new_line_after_left_paren = false
+ij_typescript_method_parameters_right_paren_on_new_line = false
+ij_typescript_method_parameters_wrap = on_every_item
+ij_typescript_object_literal_wrap = on_every_item
+ij_typescript_object_types_wrap = on_every_item
+ij_typescript_parentheses_expression_new_line_after_left_paren = false
+ij_typescript_parentheses_expression_right_paren_on_new_line = false
+ij_typescript_place_assignment_sign_on_next_line = false
+ij_typescript_prefer_as_type_cast = false
ij_typescript_prefer_explicit_types_function_expression_returns = false
-ij_typescript_prefer_explicit_types_function_returns = false
-ij_typescript_prefer_explicit_types_vars_fields = false
-ij_typescript_prefer_parameters_wrap = false
-ij_typescript_property_prefix =
-ij_typescript_reformat_c_style_comments = false
-ij_typescript_space_after_colon = true
-ij_typescript_space_after_comma = true
-ij_typescript_space_after_dots_in_rest_parameter = false
-ij_typescript_space_after_generator_mult = true
-ij_typescript_space_after_property_colon = true
-ij_typescript_space_after_quest = true
-ij_typescript_space_after_type_colon = true
-ij_typescript_space_after_unary_not = false
-ij_typescript_space_before_async_arrow_lparen = false
-ij_typescript_space_before_catch_keyword = true
-ij_typescript_space_before_catch_left_brace = false
-ij_typescript_space_before_catch_parentheses = false
-ij_typescript_space_before_class_lbrace = false
-ij_typescript_space_before_class_left_brace = true
-ij_typescript_space_before_colon = true
-ij_typescript_space_before_comma = false
-ij_typescript_space_before_do_left_brace = false
-ij_typescript_space_before_else_keyword = true
-ij_typescript_space_before_else_left_brace = false
-ij_typescript_space_before_finally_keyword = true
-ij_typescript_space_before_finally_left_brace = false
-ij_typescript_space_before_for_left_brace = false
-ij_typescript_space_before_for_parentheses = false
-ij_typescript_space_before_for_semicolon = false
-ij_typescript_space_before_function_left_parenth = false
-ij_typescript_space_before_generator_mult = false
-ij_typescript_space_before_if_left_brace = false
-ij_typescript_space_before_if_parentheses = false
-ij_typescript_space_before_method_call_parentheses = false
-ij_typescript_space_before_method_left_brace = false
-ij_typescript_space_before_method_parentheses = false
-ij_typescript_space_before_property_colon = false
-ij_typescript_space_before_quest = true
-ij_typescript_space_before_switch_left_brace = false
-ij_typescript_space_before_switch_parentheses = false
-ij_typescript_space_before_try_left_brace = false
-ij_typescript_space_before_type_colon = false
-ij_typescript_space_before_unary_not = false
-ij_typescript_space_before_while_keyword = true
-ij_typescript_space_before_while_left_brace = false
-ij_typescript_space_before_while_parentheses = false
-ij_typescript_spaces_around_additive_operators = true
-ij_typescript_spaces_around_arrow_function_operator = true
-ij_typescript_spaces_around_assignment_operators = true
-ij_typescript_spaces_around_bitwise_operators = true
-ij_typescript_spaces_around_equality_operators = true
-ij_typescript_spaces_around_logical_operators = true
-ij_typescript_spaces_around_multiplicative_operators = true
-ij_typescript_spaces_around_relational_operators = true
-ij_typescript_spaces_around_shift_operators = true
-ij_typescript_spaces_around_unary_operator = false
-ij_typescript_spaces_within_array_initializer_brackets = false
-ij_typescript_spaces_within_brackets = false
-ij_typescript_spaces_within_catch_parentheses = false
-ij_typescript_spaces_within_for_parentheses = false
-ij_typescript_spaces_within_if_parentheses = false
-ij_typescript_spaces_within_imports = false
-ij_typescript_spaces_within_interpolation_expressions = false
-ij_typescript_spaces_within_method_call_parentheses = false
-ij_typescript_spaces_within_method_parentheses = false
-ij_typescript_spaces_within_object_literal_braces = false
-ij_typescript_spaces_within_object_type_braces = true
-ij_typescript_spaces_within_parentheses = false
-ij_typescript_spaces_within_switch_parentheses = false
-ij_typescript_spaces_within_type_assertion = false
-ij_typescript_spaces_within_union_types = true
-ij_typescript_spaces_within_while_parentheses = false
-ij_typescript_special_else_if_treatment = true
-ij_typescript_ternary_operation_signs_on_next_line = false
-ij_typescript_ternary_operation_wrap = on_every_item
-ij_typescript_union_types_wrap = on_every_item
-ij_typescript_use_chained_calls_group_indents = false
-ij_typescript_use_double_quotes = true
-ij_typescript_use_explicit_js_extension = auto
-ij_typescript_use_path_mapping = always
-ij_typescript_use_public_modifier = false
-ij_typescript_use_semicolon_after_statement = true
-ij_typescript_var_declaration_wrap = normal
-ij_typescript_while_brace_force = always
-ij_typescript_while_on_new_line = false
-ij_typescript_wrap_comments = false
+ij_typescript_prefer_explicit_types_function_returns = false
+ij_typescript_prefer_explicit_types_vars_fields = false
+ij_typescript_prefer_parameters_wrap = false
+ij_typescript_property_prefix =
+ij_typescript_reformat_c_style_comments = false
+ij_typescript_space_after_colon = true
+ij_typescript_space_after_comma = true
+ij_typescript_space_after_dots_in_rest_parameter = false
+ij_typescript_space_after_generator_mult = true
+ij_typescript_space_after_property_colon = true
+ij_typescript_space_after_quest = true
+ij_typescript_space_after_type_colon = true
+ij_typescript_space_after_unary_not = false
+ij_typescript_space_before_async_arrow_lparen = false
+ij_typescript_space_before_catch_keyword = true
+ij_typescript_space_before_catch_left_brace = false
+ij_typescript_space_before_catch_parentheses = false
+ij_typescript_space_before_class_lbrace = false
+ij_typescript_space_before_class_left_brace = true
+ij_typescript_space_before_colon = true
+ij_typescript_space_before_comma = false
+ij_typescript_space_before_do_left_brace = false
+ij_typescript_space_before_else_keyword = true
+ij_typescript_space_before_else_left_brace = false
+ij_typescript_space_before_finally_keyword = true
+ij_typescript_space_before_finally_left_brace = false
+ij_typescript_space_before_for_left_brace = false
+ij_typescript_space_before_for_parentheses = false
+ij_typescript_space_before_for_semicolon = false
+ij_typescript_space_before_function_left_parenth = false
+ij_typescript_space_before_generator_mult = false
+ij_typescript_space_before_if_left_brace = false
+ij_typescript_space_before_if_parentheses = false
+ij_typescript_space_before_method_call_parentheses = false
+ij_typescript_space_before_method_left_brace = false
+ij_typescript_space_before_method_parentheses = false
+ij_typescript_space_before_property_colon = false
+ij_typescript_space_before_quest = true
+ij_typescript_space_before_switch_left_brace = false
+ij_typescript_space_before_switch_parentheses = false
+ij_typescript_space_before_try_left_brace = false
+ij_typescript_space_before_type_colon = false
+ij_typescript_space_before_unary_not = false
+ij_typescript_space_before_while_keyword = true
+ij_typescript_space_before_while_left_brace = false
+ij_typescript_space_before_while_parentheses = false
+ij_typescript_spaces_around_additive_operators = true
+ij_typescript_spaces_around_arrow_function_operator = true
+ij_typescript_spaces_around_assignment_operators = true
+ij_typescript_spaces_around_bitwise_operators = true
+ij_typescript_spaces_around_equality_operators = true
+ij_typescript_spaces_around_logical_operators = true
+ij_typescript_spaces_around_multiplicative_operators = true
+ij_typescript_spaces_around_relational_operators = true
+ij_typescript_spaces_around_shift_operators = true
+ij_typescript_spaces_around_unary_operator = false
+ij_typescript_spaces_within_array_initializer_brackets = false
+ij_typescript_spaces_within_brackets = false
+ij_typescript_spaces_within_catch_parentheses = false
+ij_typescript_spaces_within_for_parentheses = false
+ij_typescript_spaces_within_if_parentheses = false
+ij_typescript_spaces_within_imports = false
+ij_typescript_spaces_within_interpolation_expressions = false
+ij_typescript_spaces_within_method_call_parentheses = false
+ij_typescript_spaces_within_method_parentheses = false
+ij_typescript_spaces_within_object_literal_braces = false
+ij_typescript_spaces_within_object_type_braces = true
+ij_typescript_spaces_within_parentheses = false
+ij_typescript_spaces_within_switch_parentheses = false
+ij_typescript_spaces_within_type_assertion = false
+ij_typescript_spaces_within_union_types = true
+ij_typescript_spaces_within_while_parentheses = false
+ij_typescript_special_else_if_treatment = true
+ij_typescript_ternary_operation_signs_on_next_line = false
+ij_typescript_ternary_operation_wrap = on_every_item
+ij_typescript_union_types_wrap = on_every_item
+ij_typescript_use_chained_calls_group_indents = false
+ij_typescript_use_double_quotes = true
+ij_typescript_use_explicit_js_extension = auto
+ij_typescript_use_path_mapping = always
+ij_typescript_use_public_modifier = false
+ij_typescript_use_semicolon_after_statement = true
+ij_typescript_var_declaration_wrap = normal
+ij_typescript_while_brace_force = always
+ij_typescript_while_on_new_line = false
+ij_typescript_wrap_comments = false
[{*.bash,*.sh,*.zsh}]
-indent_size = 2
-tab_width = 2
-ij_shell_binary_ops_start_line = false
+indent_size = 2
+tab_width = 2
+ij_shell_binary_ops_start_line = false
ij_shell_keep_column_alignment_padding = false
-ij_shell_minify_program = false
-ij_shell_redirect_followed_by_space = false
-ij_shell_switch_cases_indented = true
-ij_shell_use_unix_line_separator = true
-indent_style = space
+ij_shell_minify_program = false
+ij_shell_redirect_followed_by_space = false
+ij_shell_switch_cases_indented = true
+ij_shell_use_unix_line_separator = true
+indent_style = space
[{*.cjs,*.js}]
-ij_continuation_indent_size = 4
-ij_javascript_align_imports = true
-ij_javascript_align_multiline_array_initializer_expression = true
-ij_javascript_align_multiline_binary_operation = true
-ij_javascript_align_multiline_chained_methods = false
-ij_javascript_align_multiline_extends_list = true
-ij_javascript_align_multiline_for = true
-ij_javascript_align_multiline_parameters = true
-ij_javascript_align_multiline_parameters_in_calls = true
-ij_javascript_align_multiline_ternary_operation = true
-ij_javascript_align_object_properties = 1
-ij_javascript_align_union_types = false
-ij_javascript_align_var_statements = 2
-ij_javascript_array_initializer_new_line_after_left_brace = false
-ij_javascript_array_initializer_right_brace_on_new_line = false
-ij_javascript_array_initializer_wrap = on_every_item
-ij_javascript_assignment_wrap = on_every_item
-ij_javascript_binary_operation_sign_on_next_line = false
-ij_javascript_binary_operation_wrap = on_every_item
-ij_javascript_blacklist_imports = rxjs/Rx,node_modules/**,**/node_modules/**,@angular/material,@angular/material/typings/**
-ij_javascript_blank_lines_after_imports = 1
-ij_javascript_blank_lines_around_class = 1
-ij_javascript_blank_lines_around_field = 0
-ij_javascript_blank_lines_around_function = 1
-ij_javascript_blank_lines_around_method = 1
-ij_javascript_block_brace_style = next_line
-ij_javascript_block_comment_add_space = false
-ij_javascript_block_comment_at_first_column = true
-ij_javascript_call_parameters_new_line_after_left_paren = false
-ij_javascript_call_parameters_right_paren_on_new_line = false
-ij_javascript_call_parameters_wrap = on_every_item
-ij_javascript_catch_on_new_line = true
-ij_javascript_chained_call_dot_on_new_line = true
-ij_javascript_class_brace_style = next_line
-ij_javascript_comma_on_new_line = false
-ij_javascript_do_while_brace_force = always
-ij_javascript_else_on_new_line = true
-ij_javascript_enforce_trailing_comma = remove
-ij_javascript_extends_keyword_wrap = normal
-ij_javascript_extends_list_wrap = on_every_item
-ij_javascript_field_prefix = _
-ij_javascript_file_name_style = relaxed
-ij_javascript_finally_on_new_line = true
-ij_javascript_for_brace_force = if_multiline
-ij_javascript_for_statement_new_line_after_left_paren = false
-ij_javascript_for_statement_right_paren_on_new_line = false
-ij_javascript_for_statement_wrap = on_every_item
-ij_javascript_force_quote_style = true
-ij_javascript_force_semicolon_style = true
-ij_javascript_function_expression_brace_style = next_line
-ij_javascript_if_brace_force = if_multiline
-ij_javascript_import_merge_members = global
-ij_javascript_import_prefer_absolute_path = true
-ij_javascript_import_sort_members = true
-ij_javascript_import_sort_module_name = true
-ij_javascript_import_use_node_resolution = true
-ij_javascript_imports_wrap = on_every_item
-ij_javascript_indent_case_from_switch = true
-ij_javascript_indent_chained_calls = true
-ij_javascript_indent_package_children = 0
-ij_javascript_jsx_attribute_value = braces
-ij_javascript_keep_blank_lines_in_code = 2
-ij_javascript_keep_first_column_comment = true
-ij_javascript_keep_indents_on_empty_lines = false
-ij_javascript_keep_line_breaks = true
-ij_javascript_keep_simple_blocks_in_one_line = false
-ij_javascript_keep_simple_methods_in_one_line = false
-ij_javascript_line_comment_add_space = true
-ij_javascript_line_comment_at_first_column = false
-ij_javascript_method_brace_style = next_line
-ij_javascript_method_call_chain_wrap = on_every_item
-ij_javascript_method_parameters_new_line_after_left_paren = false
-ij_javascript_method_parameters_right_paren_on_new_line = false
-ij_javascript_method_parameters_wrap = on_every_item
-ij_javascript_object_literal_wrap = on_every_item
-ij_javascript_object_types_wrap = on_every_item
-ij_javascript_parentheses_expression_new_line_after_left_paren = false
-ij_javascript_parentheses_expression_right_paren_on_new_line = false
-ij_javascript_place_assignment_sign_on_next_line = true
-ij_javascript_prefer_as_type_cast = false
+ij_continuation_indent_size = 4
+ij_javascript_align_imports = true
+ij_javascript_align_multiline_array_initializer_expression = true
+ij_javascript_align_multiline_binary_operation = true
+ij_javascript_align_multiline_chained_methods = false
+ij_javascript_align_multiline_extends_list = true
+ij_javascript_align_multiline_for = true
+ij_javascript_align_multiline_parameters = true
+ij_javascript_align_multiline_parameters_in_calls = true
+ij_javascript_align_multiline_ternary_operation = true
+ij_javascript_align_object_properties = 1
+ij_javascript_align_union_types = false
+ij_javascript_align_var_statements = 2
+ij_javascript_array_initializer_new_line_after_left_brace = false
+ij_javascript_array_initializer_right_brace_on_new_line = false
+ij_javascript_array_initializer_wrap = on_every_item
+ij_javascript_assignment_wrap = on_every_item
+ij_javascript_binary_operation_sign_on_next_line = false
+ij_javascript_binary_operation_wrap = on_every_item
+ij_javascript_blacklist_imports = rxjs/Rx, node_modules/**, **/node_modules/**, @angular/material, @angular/material/typings/**
+ij_javascript_blank_lines_after_imports = 1
+ij_javascript_blank_lines_around_class = 1
+ij_javascript_blank_lines_around_field = 0
+ij_javascript_blank_lines_around_function = 1
+ij_javascript_blank_lines_around_method = 1
+ij_javascript_block_brace_style = next_line
+ij_javascript_block_comment_add_space = false
+ij_javascript_block_comment_at_first_column = true
+ij_javascript_call_parameters_new_line_after_left_paren = false
+ij_javascript_call_parameters_right_paren_on_new_line = false
+ij_javascript_call_parameters_wrap = on_every_item
+ij_javascript_catch_on_new_line = true
+ij_javascript_chained_call_dot_on_new_line = true
+ij_javascript_class_brace_style = next_line
+ij_javascript_comma_on_new_line = false
+ij_javascript_do_while_brace_force = always
+ij_javascript_else_on_new_line = true
+ij_javascript_enforce_trailing_comma = remove
+ij_javascript_extends_keyword_wrap = normal
+ij_javascript_extends_list_wrap = on_every_item
+ij_javascript_field_prefix = _
+ij_javascript_file_name_style = relaxed
+ij_javascript_finally_on_new_line = true
+ij_javascript_for_brace_force = if_multiline
+ij_javascript_for_statement_new_line_after_left_paren = false
+ij_javascript_for_statement_right_paren_on_new_line = false
+ij_javascript_for_statement_wrap = on_every_item
+ij_javascript_force_quote_style = true
+ij_javascript_force_semicolon_style = true
+ij_javascript_function_expression_brace_style = next_line
+ij_javascript_if_brace_force = if_multiline
+ij_javascript_import_merge_members = global
+ij_javascript_import_prefer_absolute_path = true
+ij_javascript_import_sort_members = true
+ij_javascript_import_sort_module_name = true
+ij_javascript_import_use_node_resolution = true
+ij_javascript_imports_wrap = on_every_item
+ij_javascript_indent_case_from_switch = true
+ij_javascript_indent_chained_calls = true
+ij_javascript_indent_package_children = 0
+ij_javascript_jsx_attribute_value = braces
+ij_javascript_keep_blank_lines_in_code = 2
+ij_javascript_keep_first_column_comment = true
+ij_javascript_keep_indents_on_empty_lines = false
+ij_javascript_keep_line_breaks = true
+ij_javascript_keep_simple_blocks_in_one_line = false
+ij_javascript_keep_simple_methods_in_one_line = false
+ij_javascript_line_comment_add_space = true
+ij_javascript_line_comment_at_first_column = false
+ij_javascript_method_brace_style = next_line
+ij_javascript_method_call_chain_wrap = on_every_item
+ij_javascript_method_parameters_new_line_after_left_paren = false
+ij_javascript_method_parameters_right_paren_on_new_line = false
+ij_javascript_method_parameters_wrap = on_every_item
+ij_javascript_object_literal_wrap = on_every_item
+ij_javascript_object_types_wrap = on_every_item
+ij_javascript_parentheses_expression_new_line_after_left_paren = false
+ij_javascript_parentheses_expression_right_paren_on_new_line = false
+ij_javascript_place_assignment_sign_on_next_line = true
+ij_javascript_prefer_as_type_cast = false
ij_javascript_prefer_explicit_types_function_expression_returns = false
-ij_javascript_prefer_explicit_types_function_returns = false
-ij_javascript_prefer_explicit_types_vars_fields = false
-ij_javascript_prefer_parameters_wrap = false
-ij_javascript_property_prefix =
-ij_javascript_reformat_c_style_comments = true
-ij_javascript_space_after_colon = true
-ij_javascript_space_after_comma = true
-ij_javascript_space_after_dots_in_rest_parameter = false
-ij_javascript_space_after_generator_mult = true
-ij_javascript_space_after_property_colon = true
-ij_javascript_space_after_quest = true
-ij_javascript_space_after_type_colon = true
-ij_javascript_space_after_unary_not = false
-ij_javascript_space_before_async_arrow_lparen = false
-ij_javascript_space_before_catch_keyword = true
-ij_javascript_space_before_catch_left_brace = false
-ij_javascript_space_before_catch_parentheses = false
-ij_javascript_space_before_class_lbrace = false
-ij_javascript_space_before_class_left_brace = true
-ij_javascript_space_before_colon = true
-ij_javascript_space_before_comma = false
-ij_javascript_space_before_do_left_brace = false
-ij_javascript_space_before_else_keyword = true
-ij_javascript_space_before_else_left_brace = false
-ij_javascript_space_before_finally_keyword = true
-ij_javascript_space_before_finally_left_brace = false
-ij_javascript_space_before_for_left_brace = false
-ij_javascript_space_before_for_parentheses = false
-ij_javascript_space_before_for_semicolon = false
-ij_javascript_space_before_function_left_parenth = false
-ij_javascript_space_before_generator_mult = false
-ij_javascript_space_before_if_left_brace = false
-ij_javascript_space_before_if_parentheses = false
-ij_javascript_space_before_method_call_parentheses = false
-ij_javascript_space_before_method_left_brace = false
-ij_javascript_space_before_method_parentheses = false
-ij_javascript_space_before_property_colon = false
-ij_javascript_space_before_quest = true
-ij_javascript_space_before_switch_left_brace = false
-ij_javascript_space_before_switch_parentheses = false
-ij_javascript_space_before_try_left_brace = false
-ij_javascript_space_before_type_colon = false
-ij_javascript_space_before_unary_not = false
-ij_javascript_space_before_while_keyword = true
-ij_javascript_space_before_while_left_brace = false
-ij_javascript_space_before_while_parentheses = false
-ij_javascript_spaces_around_additive_operators = true
-ij_javascript_spaces_around_arrow_function_operator = true
-ij_javascript_spaces_around_assignment_operators = true
-ij_javascript_spaces_around_bitwise_operators = true
-ij_javascript_spaces_around_equality_operators = true
-ij_javascript_spaces_around_logical_operators = true
-ij_javascript_spaces_around_multiplicative_operators = true
-ij_javascript_spaces_around_relational_operators = true
-ij_javascript_spaces_around_shift_operators = true
-ij_javascript_spaces_around_unary_operator = false
-ij_javascript_spaces_within_array_initializer_brackets = false
-ij_javascript_spaces_within_brackets = false
-ij_javascript_spaces_within_catch_parentheses = false
-ij_javascript_spaces_within_for_parentheses = false
-ij_javascript_spaces_within_if_parentheses = false
-ij_javascript_spaces_within_imports = false
-ij_javascript_spaces_within_interpolation_expressions = false
-ij_javascript_spaces_within_method_call_parentheses = false
-ij_javascript_spaces_within_method_parentheses = false
-ij_javascript_spaces_within_object_literal_braces = false
-ij_javascript_spaces_within_object_type_braces = true
-ij_javascript_spaces_within_parentheses = false
-ij_javascript_spaces_within_switch_parentheses = false
-ij_javascript_spaces_within_type_assertion = false
-ij_javascript_spaces_within_union_types = true
-ij_javascript_spaces_within_while_parentheses = false
-ij_javascript_special_else_if_treatment = true
-ij_javascript_ternary_operation_signs_on_next_line = false
-ij_javascript_ternary_operation_wrap = on_every_item
-ij_javascript_union_types_wrap = on_every_item
-ij_javascript_use_chained_calls_group_indents = true
-ij_javascript_use_double_quotes = true
-ij_javascript_use_explicit_js_extension = auto
-ij_javascript_use_path_mapping = always
-ij_javascript_use_public_modifier = false
-ij_javascript_use_semicolon_after_statement = true
-ij_javascript_var_declaration_wrap = normal
-ij_javascript_while_brace_force = always
-ij_javascript_while_on_new_line = false
-ij_javascript_wrap_comments = false
+ij_javascript_prefer_explicit_types_function_returns = false
+ij_javascript_prefer_explicit_types_vars_fields = false
+ij_javascript_prefer_parameters_wrap = false
+ij_javascript_property_prefix =
+ij_javascript_reformat_c_style_comments = true
+ij_javascript_space_after_colon = true
+ij_javascript_space_after_comma = true
+ij_javascript_space_after_dots_in_rest_parameter = false
+ij_javascript_space_after_generator_mult = true
+ij_javascript_space_after_property_colon = true
+ij_javascript_space_after_quest = true
+ij_javascript_space_after_type_colon = true
+ij_javascript_space_after_unary_not = false
+ij_javascript_space_before_async_arrow_lparen = false
+ij_javascript_space_before_catch_keyword = true
+ij_javascript_space_before_catch_left_brace = false
+ij_javascript_space_before_catch_parentheses = false
+ij_javascript_space_before_class_lbrace = false
+ij_javascript_space_before_class_left_brace = true
+ij_javascript_space_before_colon = true
+ij_javascript_space_before_comma = false
+ij_javascript_space_before_do_left_brace = false
+ij_javascript_space_before_else_keyword = true
+ij_javascript_space_before_else_left_brace = false
+ij_javascript_space_before_finally_keyword = true
+ij_javascript_space_before_finally_left_brace = false
+ij_javascript_space_before_for_left_brace = false
+ij_javascript_space_before_for_parentheses = false
+ij_javascript_space_before_for_semicolon = false
+ij_javascript_space_before_function_left_parenth = false
+ij_javascript_space_before_generator_mult = false
+ij_javascript_space_before_if_left_brace = false
+ij_javascript_space_before_if_parentheses = false
+ij_javascript_space_before_method_call_parentheses = false
+ij_javascript_space_before_method_left_brace = false
+ij_javascript_space_before_method_parentheses = false
+ij_javascript_space_before_property_colon = false
+ij_javascript_space_before_quest = true
+ij_javascript_space_before_switch_left_brace = false
+ij_javascript_space_before_switch_parentheses = false
+ij_javascript_space_before_try_left_brace = false
+ij_javascript_space_before_type_colon = false
+ij_javascript_space_before_unary_not = false
+ij_javascript_space_before_while_keyword = true
+ij_javascript_space_before_while_left_brace = false
+ij_javascript_space_before_while_parentheses = false
+ij_javascript_spaces_around_additive_operators = true
+ij_javascript_spaces_around_arrow_function_operator = true
+ij_javascript_spaces_around_assignment_operators = true
+ij_javascript_spaces_around_bitwise_operators = true
+ij_javascript_spaces_around_equality_operators = true
+ij_javascript_spaces_around_logical_operators = true
+ij_javascript_spaces_around_multiplicative_operators = true
+ij_javascript_spaces_around_relational_operators = true
+ij_javascript_spaces_around_shift_operators = true
+ij_javascript_spaces_around_unary_operator = false
+ij_javascript_spaces_within_array_initializer_brackets = false
+ij_javascript_spaces_within_brackets = false
+ij_javascript_spaces_within_catch_parentheses = false
+ij_javascript_spaces_within_for_parentheses = false
+ij_javascript_spaces_within_if_parentheses = false
+ij_javascript_spaces_within_imports = false
+ij_javascript_spaces_within_interpolation_expressions = false
+ij_javascript_spaces_within_method_call_parentheses = false
+ij_javascript_spaces_within_method_parentheses = false
+ij_javascript_spaces_within_object_literal_braces = false
+ij_javascript_spaces_within_object_type_braces = true
+ij_javascript_spaces_within_parentheses = false
+ij_javascript_spaces_within_switch_parentheses = false
+ij_javascript_spaces_within_type_assertion = false
+ij_javascript_spaces_within_union_types = true
+ij_javascript_spaces_within_while_parentheses = false
+ij_javascript_special_else_if_treatment = true
+ij_javascript_ternary_operation_signs_on_next_line = false
+ij_javascript_ternary_operation_wrap = on_every_item
+ij_javascript_union_types_wrap = on_every_item
+ij_javascript_use_chained_calls_group_indents = true
+ij_javascript_use_double_quotes = true
+ij_javascript_use_explicit_js_extension = auto
+ij_javascript_use_path_mapping = always
+ij_javascript_use_public_modifier = false
+ij_javascript_use_semicolon_after_statement = true
+ij_javascript_var_declaration_wrap = normal
+ij_javascript_while_brace_force = always
+ij_javascript_while_on_new_line = false
+ij_javascript_wrap_comments = false
[{*.comp,*.frag,*.fsh,*.geom,*.glsl,*.tesc,*.tese,*.vert,*.vsh}]
ij_glsl_keep_indents_on_empty_lines = false
[{*.har,*.jsb2,*.jsb3,*.json,*.jsonc,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,jest.config}]
-indent_size = 2
-ij_json_array_wrapping = normal
-ij_json_keep_blank_lines_in_code = 0
+indent_size = 2
+ij_json_array_wrapping = normal
+ij_json_keep_blank_lines_in_code = 0
ij_json_keep_indents_on_empty_lines = false
-ij_json_keep_line_breaks = true
-ij_json_keep_trailing_comma = false
-ij_json_object_wrapping = normal
-ij_json_property_alignment = align_on_value
-ij_json_space_after_colon = true
-ij_json_space_after_comma = true
-ij_json_space_before_colon = false
-ij_json_space_before_comma = false
-ij_json_spaces_within_braces = false
-ij_json_spaces_within_brackets = false
-ij_json_wrap_long_lines = false
-indent_style = space
+ij_json_keep_line_breaks = true
+ij_json_keep_trailing_comma = false
+ij_json_object_wrapping = normal
+ij_json_property_alignment = align_on_value
+ij_json_space_after_colon = true
+ij_json_space_after_comma = true
+ij_json_space_before_colon = false
+ij_json_space_before_comma = false
+ij_json_spaces_within_braces = false
+ij_json_spaces_within_brackets = false
+ij_json_wrap_long_lines = false
+indent_style = space
[{*.htm,*.html,*.ng,*.sht,*.shtm,*.shtml}]
-ij_html_add_new_line_before_tags = body,div,p,form,h1,h2,h3
-ij_html_align_attributes = true
-ij_html_align_text = false
-ij_html_attribute_wrap = normal
-ij_html_block_comment_add_space = false
-ij_html_block_comment_at_first_column = true
+ij_html_add_new_line_before_tags = body, div, p, form, h1, h2, h3
+ij_html_align_attributes = true
+ij_html_align_text = false
+ij_html_attribute_wrap = normal
+ij_html_block_comment_add_space = false
+ij_html_block_comment_at_first_column = true
ij_html_do_not_align_children_of_min_lines = 0
-ij_html_do_not_break_if_inline_tags = title,h1,h2,h3,h4,h5,h6,p
-ij_html_do_not_indent_children_of_tags = html,body,thead,tbody,tfoot
-ij_html_enforce_quotes = false
-ij_html_inline_tags = a,abbr,acronym,b,basefont,bdo,big,br,cite,cite,code,dfn,em,font,i,img,input,kbd,label,q,s,samp,select,small,span,strike,strong,sub,sup,textarea,tt,u,var
-ij_html_keep_blank_lines = 2
-ij_html_keep_indents_on_empty_lines = false
-ij_html_keep_line_breaks = true
-ij_html_keep_line_breaks_in_text = true
-ij_html_keep_whitespaces = false
-ij_html_keep_whitespaces_inside = span,pre,textarea
-ij_html_line_comment_at_first_column = true
-ij_html_new_line_after_last_attribute = never
-ij_html_new_line_before_first_attribute = never
-ij_html_quote_style = double
-ij_html_remove_new_line_before_tags = br
-ij_html_space_after_tag_name = false
+ij_html_do_not_break_if_inline_tags = title, h1, h2, h3, h4, h5, h6, p
+ij_html_do_not_indent_children_of_tags = html, body, thead, tbody, tfoot
+ij_html_enforce_quotes = false
+ij_html_inline_tags = a, abbr, acronym, b, basefont, bdo, big, br, cite, cite, code, dfn, em, font, i, img, input, kbd, label, q, s, samp, select, small, span, strike, strong, sub, sup, textarea, tt, u, var
+ij_html_keep_blank_lines = 2
+ij_html_keep_indents_on_empty_lines = false
+ij_html_keep_line_breaks = true
+ij_html_keep_line_breaks_in_text = true
+ij_html_keep_whitespaces = false
+ij_html_keep_whitespaces_inside = span, pre, textarea
+ij_html_line_comment_at_first_column = true
+ij_html_new_line_after_last_attribute = never
+ij_html_new_line_before_first_attribute = never
+ij_html_quote_style = double
+ij_html_remove_new_line_before_tags = br
+ij_html_space_after_tag_name = false
ij_html_space_around_equality_in_attribute = false
-ij_html_space_inside_empty_tag = false
-ij_html_text_wrap = normal
+ij_html_space_inside_empty_tag = false
+ij_html_text_wrap = normal
[{*.http,*.rest}]
-indent_size = 0
-ij_continuation_indent_size = 4
-ij_http-request_call_parameters_wrap = normal
-ij_http-request_method_parameters_wrap = split_into_lines
-ij_http-request_space_before_comma = true
+indent_size = 0
+ij_continuation_indent_size = 4
+ij_http-request_call_parameters_wrap = normal
+ij_http-request_method_parameters_wrap = split_into_lines
+ij_http-request_space_before_comma = true
ij_http-request_spaces_around_assignment_operators = true
[{*.markdown,*.md}]
ij_markdown_force_one_space_after_blockquote_symbol = true
-ij_markdown_force_one_space_after_header_symbol = true
-ij_markdown_force_one_space_after_list_bullet = true
-ij_markdown_force_one_space_between_words = true
-ij_markdown_format_tables = true
-ij_markdown_insert_quote_arrows_on_wrap = true
-ij_markdown_keep_indents_on_empty_lines = false
-ij_markdown_keep_line_breaks_inside_text_blocks = true
-ij_markdown_max_lines_around_block_elements = 1
-ij_markdown_max_lines_around_header = 1
-ij_markdown_max_lines_between_paragraphs = 1
-ij_markdown_min_lines_around_block_elements = 1
-ij_markdown_min_lines_around_header = 1
-ij_markdown_min_lines_between_paragraphs = 1
-ij_markdown_wrap_text_if_long = true
-ij_markdown_wrap_text_inside_blockquotes = true
+ij_markdown_force_one_space_after_header_symbol = true
+ij_markdown_force_one_space_after_list_bullet = true
+ij_markdown_force_one_space_between_words = true
+ij_markdown_format_tables = true
+ij_markdown_insert_quote_arrows_on_wrap = true
+ij_markdown_keep_indents_on_empty_lines = false
+ij_markdown_keep_line_breaks_inside_text_blocks = true
+ij_markdown_max_lines_around_block_elements = 1
+ij_markdown_max_lines_around_header = 1
+ij_markdown_max_lines_between_paragraphs = 1
+ij_markdown_min_lines_around_block_elements = 1
+ij_markdown_min_lines_around_header = 1
+ij_markdown_min_lines_between_paragraphs = 1
+ij_markdown_wrap_text_if_long = true
+ij_markdown_wrap_text_inside_blockquotes = true
[{*.ps1,*.psd1,*.psm1}]
-max_line_length = 115
-ij_powershell_align_multiline_binary_operation = true
-ij_powershell_align_multiline_chained_methods = false
-ij_powershell_align_multiline_for = true
-ij_powershell_align_multiline_parameters = true
-ij_powershell_align_multiline_parameters_in_calls = false
-ij_powershell_binary_operation_wrap = on_every_item
-ij_powershell_block_brace_style = next_line
-ij_powershell_call_parameters_new_line_after_left_paren = false
-ij_powershell_call_parameters_right_paren_on_new_line = false
-ij_powershell_call_parameters_wrap = on_every_item
-ij_powershell_catch_on_new_line = true
-ij_powershell_class_annotation_wrap = split_into_lines
-ij_powershell_class_brace_style = next_line
-ij_powershell_else_on_new_line = true
-ij_powershell_field_annotation_wrap = off
-ij_powershell_finally_on_new_line = true
-ij_powershell_for_statement_new_line_after_left_paren = false
-ij_powershell_for_statement_right_paren_on_new_line = false
-ij_powershell_for_statement_wrap = on_every_item
-ij_powershell_keep_blank_lines_in_code = 2
-ij_powershell_keep_first_column_comment = true
-ij_powershell_keep_line_breaks = true
-ij_powershell_keep_simple_blocks_in_one_line = true
-ij_powershell_keep_simple_classes_in_one_line = false
-ij_powershell_keep_simple_lambdas_in_one_line = true
-ij_powershell_keep_simple_methods_in_one_line = true
-ij_powershell_method_annotation_wrap = split_into_lines
-ij_powershell_method_brace_style = next_line
-ij_powershell_method_call_chain_wrap = on_every_item
-ij_powershell_method_parameters_new_line_after_left_paren = false
-ij_powershell_method_parameters_right_paren_on_new_line = false
-ij_powershell_method_parameters_wrap = on_every_item
-ij_powershell_parameter_annotation_wrap = off
+max_line_length = 115
+ij_powershell_align_multiline_binary_operation = true
+ij_powershell_align_multiline_chained_methods = false
+ij_powershell_align_multiline_for = true
+ij_powershell_align_multiline_parameters = true
+ij_powershell_align_multiline_parameters_in_calls = false
+ij_powershell_binary_operation_wrap = on_every_item
+ij_powershell_block_brace_style = next_line
+ij_powershell_call_parameters_new_line_after_left_paren = false
+ij_powershell_call_parameters_right_paren_on_new_line = false
+ij_powershell_call_parameters_wrap = on_every_item
+ij_powershell_catch_on_new_line = true
+ij_powershell_class_annotation_wrap = split_into_lines
+ij_powershell_class_brace_style = next_line
+ij_powershell_else_on_new_line = true
+ij_powershell_field_annotation_wrap = off
+ij_powershell_finally_on_new_line = true
+ij_powershell_for_statement_new_line_after_left_paren = false
+ij_powershell_for_statement_right_paren_on_new_line = false
+ij_powershell_for_statement_wrap = on_every_item
+ij_powershell_keep_blank_lines_in_code = 2
+ij_powershell_keep_first_column_comment = true
+ij_powershell_keep_line_breaks = true
+ij_powershell_keep_simple_blocks_in_one_line = true
+ij_powershell_keep_simple_classes_in_one_line = false
+ij_powershell_keep_simple_lambdas_in_one_line = true
+ij_powershell_keep_simple_methods_in_one_line = true
+ij_powershell_method_annotation_wrap = split_into_lines
+ij_powershell_method_brace_style = next_line
+ij_powershell_method_call_chain_wrap = on_every_item
+ij_powershell_method_parameters_new_line_after_left_paren = false
+ij_powershell_method_parameters_right_paren_on_new_line = false
+ij_powershell_method_parameters_wrap = on_every_item
+ij_powershell_parameter_annotation_wrap = off
ij_powershell_parentheses_expression_new_line_after_left_paren = false
-ij_powershell_parentheses_expression_right_paren_on_new_line = false
-ij_powershell_space_after_colon = true
-ij_powershell_space_after_comma = true
-ij_powershell_space_after_for_semicolon = true
-ij_powershell_space_after_type_cast = false
-ij_powershell_space_before_annotation_parameter_list = false
-ij_powershell_space_before_array_initializer_left_brace = false
-ij_powershell_space_before_catch_keyword = true
-ij_powershell_space_before_catch_left_brace = false
-ij_powershell_space_before_class_left_brace = false
-ij_powershell_space_before_colon = true
-ij_powershell_space_before_comma = false
-ij_powershell_space_before_do_left_brace = false
-ij_powershell_space_before_else_keyword = true
-ij_powershell_space_before_else_left_brace = false
-ij_powershell_space_before_finally_keyword = true
-ij_powershell_space_before_finally_left_brace = false
-ij_powershell_space_before_for_left_brace = false
-ij_powershell_space_before_for_parentheses = false
-ij_powershell_space_before_for_semicolon = false
-ij_powershell_space_before_if_left_brace = false
-ij_powershell_space_before_if_parentheses = false
-ij_powershell_space_before_method_call_parentheses = false
-ij_powershell_space_before_method_left_brace = false
-ij_powershell_space_before_method_parentheses = false
-ij_powershell_space_before_switch_left_brace = false
-ij_powershell_space_before_switch_parentheses = false
-ij_powershell_space_before_try_left_brace = false
-ij_powershell_space_before_while_keyword = true
-ij_powershell_space_before_while_left_brace = false
-ij_powershell_space_before_while_parentheses = false
-ij_powershell_space_within_empty_method_call_parentheses = false
-ij_powershell_space_within_empty_method_parentheses = false
-ij_powershell_spaces_around_additive_operators = true
-ij_powershell_spaces_around_assignment_operators = true
-ij_powershell_spaces_around_bitwise_operators = true
-ij_powershell_spaces_around_logical_operators = true
-ij_powershell_spaces_around_method_ref_dbl_colon = false
-ij_powershell_spaces_around_multiplicative_operators = true
-ij_powershell_spaces_around_relational_operators = true
-ij_powershell_spaces_around_unary_operator = false
-ij_powershell_spaces_within_annotation_parentheses = false
-ij_powershell_spaces_within_braces = true
-ij_powershell_spaces_within_brackets = false
-ij_powershell_spaces_within_cast_parentheses = false
-ij_powershell_spaces_within_for_parentheses = false
-ij_powershell_spaces_within_if_parentheses = false
-ij_powershell_spaces_within_method_call_parentheses = false
-ij_powershell_spaces_within_method_parentheses = false
-ij_powershell_spaces_within_parentheses = false
-ij_powershell_spaces_within_switch_parentheses = false
-ij_powershell_spaces_within_while_parentheses = false
-ij_powershell_special_else_if_treatment = true
-ij_powershell_while_on_new_line = false
-ij_powershell_wrap_first_method_in_call_chain = false
-ij_powershell_wrap_long_lines = false
+ij_powershell_parentheses_expression_right_paren_on_new_line = false
+ij_powershell_space_after_colon = true
+ij_powershell_space_after_comma = true
+ij_powershell_space_after_for_semicolon = true
+ij_powershell_space_after_type_cast = false
+ij_powershell_space_before_annotation_parameter_list = false
+ij_powershell_space_before_array_initializer_left_brace = false
+ij_powershell_space_before_catch_keyword = true
+ij_powershell_space_before_catch_left_brace = false
+ij_powershell_space_before_class_left_brace = false
+ij_powershell_space_before_colon = true
+ij_powershell_space_before_comma = false
+ij_powershell_space_before_do_left_brace = false
+ij_powershell_space_before_else_keyword = true
+ij_powershell_space_before_else_left_brace = false
+ij_powershell_space_before_finally_keyword = true
+ij_powershell_space_before_finally_left_brace = false
+ij_powershell_space_before_for_left_brace = false
+ij_powershell_space_before_for_parentheses = false
+ij_powershell_space_before_for_semicolon = false
+ij_powershell_space_before_if_left_brace = false
+ij_powershell_space_before_if_parentheses = false
+ij_powershell_space_before_method_call_parentheses = false
+ij_powershell_space_before_method_left_brace = false
+ij_powershell_space_before_method_parentheses = false
+ij_powershell_space_before_switch_left_brace = false
+ij_powershell_space_before_switch_parentheses = false
+ij_powershell_space_before_try_left_brace = false
+ij_powershell_space_before_while_keyword = true
+ij_powershell_space_before_while_left_brace = false
+ij_powershell_space_before_while_parentheses = false
+ij_powershell_space_within_empty_method_call_parentheses = false
+ij_powershell_space_within_empty_method_parentheses = false
+ij_powershell_spaces_around_additive_operators = true
+ij_powershell_spaces_around_assignment_operators = true
+ij_powershell_spaces_around_bitwise_operators = true
+ij_powershell_spaces_around_logical_operators = true
+ij_powershell_spaces_around_method_ref_dbl_colon = false
+ij_powershell_spaces_around_multiplicative_operators = true
+ij_powershell_spaces_around_relational_operators = true
+ij_powershell_spaces_around_unary_operator = false
+ij_powershell_spaces_within_annotation_parentheses = false
+ij_powershell_spaces_within_braces = true
+ij_powershell_spaces_within_brackets = false
+ij_powershell_spaces_within_cast_parentheses = false
+ij_powershell_spaces_within_for_parentheses = false
+ij_powershell_spaces_within_if_parentheses = false
+ij_powershell_spaces_within_method_call_parentheses = false
+ij_powershell_spaces_within_method_parentheses = false
+ij_powershell_spaces_within_parentheses = false
+ij_powershell_spaces_within_switch_parentheses = false
+ij_powershell_spaces_within_while_parentheses = false
+ij_powershell_special_else_if_treatment = true
+ij_powershell_while_on_new_line = false
+ij_powershell_wrap_first_method_in_call_chain = false
+ij_powershell_wrap_long_lines = false
[{*.py,*.pyw}]
-ij_python_align_collections_and_comprehensions = true
-ij_python_align_multiline_imports = true
-ij_python_align_multiline_parameters = true
-ij_python_align_multiline_parameters_in_calls = true
-ij_python_blank_line_at_file_end = false
-ij_python_blank_lines_after_imports = 1
-ij_python_blank_lines_after_local_imports = 0
-ij_python_blank_lines_around_class = 1
-ij_python_blank_lines_around_method = 1
-ij_python_blank_lines_around_top_level_classes_functions = 2
-ij_python_blank_lines_before_first_method = 0
-ij_python_call_parameters_new_line_after_left_paren = false
-ij_python_call_parameters_right_paren_on_new_line = false
-ij_python_call_parameters_wrap = on_every_item
-ij_python_dict_alignment = 0
-ij_python_dict_new_line_after_left_brace = false
-ij_python_dict_new_line_before_right_brace = false
-ij_python_dict_wrapping = 5
-ij_python_from_import_new_line_after_left_parenthesis = false
-ij_python_from_import_new_line_before_right_parenthesis = false
-ij_python_from_import_parentheses_force_if_multiline = false
-ij_python_from_import_trailing_comma_if_multiline = false
-ij_python_from_import_wrapping = 5
-ij_python_hang_closing_brackets = true
-ij_python_keep_blank_lines_in_code = 1
-ij_python_keep_blank_lines_in_declarations = 1
-ij_python_keep_indents_on_empty_lines = false
-ij_python_keep_line_breaks = true
-ij_python_method_parameters_new_line_after_left_paren = false
-ij_python_method_parameters_right_paren_on_new_line = false
-ij_python_method_parameters_wrap = on_every_item
-ij_python_new_line_after_colon = false
-ij_python_new_line_after_colon_multi_clause = true
-ij_python_optimize_imports_always_split_from_imports = false
-ij_python_optimize_imports_case_insensitive_order = true
-ij_python_optimize_imports_join_from_imports_with_same_source = false
-ij_python_optimize_imports_sort_by_type_first = true
-ij_python_optimize_imports_sort_imports = true
-ij_python_optimize_imports_sort_names_in_from_imports = true
-ij_python_space_after_comma = true
-ij_python_space_after_number_sign = true
-ij_python_space_after_py_colon = true
-ij_python_space_before_backslash = true
-ij_python_space_before_comma = false
-ij_python_space_before_for_semicolon = false
-ij_python_space_before_lbracket = false
-ij_python_space_before_method_call_parentheses = false
-ij_python_space_before_method_parentheses = false
-ij_python_space_before_number_sign = true
-ij_python_space_before_py_colon = false
-ij_python_space_within_empty_method_call_parentheses = false
-ij_python_space_within_empty_method_parentheses = false
-ij_python_spaces_around_additive_operators = true
-ij_python_spaces_around_assignment_operators = true
-ij_python_spaces_around_bitwise_operators = true
-ij_python_spaces_around_eq_in_keyword_argument = false
-ij_python_spaces_around_eq_in_named_parameter = false
-ij_python_spaces_around_equality_operators = true
-ij_python_spaces_around_multiplicative_operators = true
-ij_python_spaces_around_power_operator = true
-ij_python_spaces_around_relational_operators = true
-ij_python_spaces_around_shift_operators = true
-ij_python_spaces_within_braces = false
-ij_python_spaces_within_brackets = false
-ij_python_spaces_within_method_call_parentheses = false
-ij_python_spaces_within_method_parentheses = false
-ij_python_use_continuation_indent_for_arguments = false
+ij_python_align_collections_and_comprehensions = true
+ij_python_align_multiline_imports = true
+ij_python_align_multiline_parameters = true
+ij_python_align_multiline_parameters_in_calls = true
+ij_python_blank_line_at_file_end = false
+ij_python_blank_lines_after_imports = 1
+ij_python_blank_lines_after_local_imports = 0
+ij_python_blank_lines_around_class = 1
+ij_python_blank_lines_around_method = 1
+ij_python_blank_lines_around_top_level_classes_functions = 2
+ij_python_blank_lines_before_first_method = 0
+ij_python_call_parameters_new_line_after_left_paren = false
+ij_python_call_parameters_right_paren_on_new_line = false
+ij_python_call_parameters_wrap = on_every_item
+ij_python_dict_alignment = 0
+ij_python_dict_new_line_after_left_brace = false
+ij_python_dict_new_line_before_right_brace = false
+ij_python_dict_wrapping = 5
+ij_python_from_import_new_line_after_left_parenthesis = false
+ij_python_from_import_new_line_before_right_parenthesis = false
+ij_python_from_import_parentheses_force_if_multiline = false
+ij_python_from_import_trailing_comma_if_multiline = false
+ij_python_from_import_wrapping = 5
+ij_python_hang_closing_brackets = true
+ij_python_keep_blank_lines_in_code = 1
+ij_python_keep_blank_lines_in_declarations = 1
+ij_python_keep_indents_on_empty_lines = false
+ij_python_keep_line_breaks = true
+ij_python_method_parameters_new_line_after_left_paren = false
+ij_python_method_parameters_right_paren_on_new_line = false
+ij_python_method_parameters_wrap = on_every_item
+ij_python_new_line_after_colon = false
+ij_python_new_line_after_colon_multi_clause = true
+ij_python_optimize_imports_always_split_from_imports = false
+ij_python_optimize_imports_case_insensitive_order = true
+ij_python_optimize_imports_join_from_imports_with_same_source = false
+ij_python_optimize_imports_sort_by_type_first = true
+ij_python_optimize_imports_sort_imports = true
+ij_python_optimize_imports_sort_names_in_from_imports = true
+ij_python_space_after_comma = true
+ij_python_space_after_number_sign = true
+ij_python_space_after_py_colon = true
+ij_python_space_before_backslash = true
+ij_python_space_before_comma = false
+ij_python_space_before_for_semicolon = false
+ij_python_space_before_lbracket = false
+ij_python_space_before_method_call_parentheses = false
+ij_python_space_before_method_parentheses = false
+ij_python_space_before_number_sign = true
+ij_python_space_before_py_colon = false
+ij_python_space_within_empty_method_call_parentheses = false
+ij_python_space_within_empty_method_parentheses = false
+ij_python_spaces_around_additive_operators = true
+ij_python_spaces_around_assignment_operators = true
+ij_python_spaces_around_bitwise_operators = true
+ij_python_spaces_around_eq_in_keyword_argument = false
+ij_python_spaces_around_eq_in_named_parameter = false
+ij_python_spaces_around_equality_operators = true
+ij_python_spaces_around_multiplicative_operators = true
+ij_python_spaces_around_power_operator = true
+ij_python_spaces_around_relational_operators = true
+ij_python_spaces_around_shift_operators = true
+ij_python_spaces_within_braces = false
+ij_python_spaces_within_brackets = false
+ij_python_spaces_within_method_call_parentheses = false
+ij_python_spaces_within_method_parentheses = false
+ij_python_use_continuation_indent_for_arguments = false
ij_python_use_continuation_indent_for_collection_and_comprehensions = false
-ij_python_use_continuation_indent_for_parameters = true
-ij_python_wrap_long_lines = false
+ij_python_use_continuation_indent_for_parameters = true
+ij_python_wrap_long_lines = false
[{*.toml,Cargo.lock,Cargo.toml.orig,Gopkg.lock,Pipfile,poetry.lock}]
ij_toml_keep_indents_on_empty_lines = false
[{*.yaml,*.yml,pubspec.lock}]
-indent_size = 2
-ij_yaml_align_values_properties = on_value
-ij_yaml_autoinsert_sequence_marker = true
-ij_yaml_block_mapping_on_new_line = false
-ij_yaml_indent_sequence_value = true
+indent_size = 2
+ij_yaml_align_values_properties = on_value
+ij_yaml_autoinsert_sequence_marker = true
+ij_yaml_block_mapping_on_new_line = false
+ij_yaml_indent_sequence_value = true
ij_yaml_keep_indents_on_empty_lines = false
-ij_yaml_keep_line_breaks = true
-ij_yaml_sequence_on_new_line = false
-ij_yaml_space_before_colon = false
-ij_yaml_spaces_within_braces = true
-ij_yaml_spaces_within_brackets = true
-indent_style = space
+ij_yaml_keep_line_breaks = true
+ij_yaml_sequence_on_new_line = false
+ij_yaml_space_before_colon = false
+ij_yaml_spaces_within_braces = true
+ij_yaml_spaces_within_brackets = true
+indent_style = space
[*.{appxmanifest,asax,ascx,aspx,axaml,build,c,c++,cc,cginc,compute,cp,cpp,cppm,cs,cshtml,cu,cuh,cxx,dtd,fs,fsi,fsscript,fsx,fx,fxh,h,hh,hlsl,hlsli,hlslinc,hpp,hxx,inc,inl,ino,ipp,ixx,master,ml,mli,mpp,mq4,mq5,mqh,nuspec,paml,razor,resw,resx,shader,skin,tpp,usf,ush,uxml,vb,xaml,xamlx,xoml,xsd}]
indent_style = space
-indent_size = 4
-tab_width = 4
+indent_size = 4
+tab_width = 4
diff --git a/ATA/Identify.cs b/ATA/Identify.cs
index e3b5c04..ca5bfa4 100644
--- a/ATA/Identify.cs
+++ b/ATA/Identify.cs
@@ -50,8 +50,9 @@ namespace Aaru.Decoders.ATA;
// T13-2015D rev. 2 (ACS-2)
// T13-2161D rev. 5 (ACS-3)
// CF+ & CF Specification rev. 1.4 (CFA)
-[SuppressMessage("ReSharper", "InconsistentNaming"), SuppressMessage("ReSharper", "MemberCanBeInternal"),
- SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
+[SuppressMessage("ReSharper", "InconsistentNaming")]
+[SuppressMessage("ReSharper", "MemberCanBeInternal")]
+[SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
public static class Identify
{
public static string Prettify(byte[] IdentifyDeviceResponse)
@@ -72,17 +73,19 @@ public static class Identify
var sb = new StringBuilder();
- bool atapi = false;
- bool cfa = false;
+ var atapi = false;
+ var cfa = false;
CommonTypes.Structs.Devices.ATA.Identify.IdentifyDevice ATAID = IdentifyDeviceResponse.Value;
if(ATAID.GeneralConfiguration.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.GeneralConfigurationBit.
NonMagnetic))
+ {
if((ushort)ATAID.GeneralConfiguration != 0x848A)
atapi = true;
else
cfa = true;
+ }
if(atapi)
sb.AppendLine(Localization.ATAPI_device);
@@ -119,8 +122,17 @@ public static class Identify
sb.AppendFormat(Localization.World_Wide_Name_0, ATAID.WWN).AppendLine();
}
- bool ata1 = false, ata2 = false, ata3 = false, ata4 = false, ata5 = false, ata6 = false, ata7 = false,
- acs = false, acs2 = false, acs3 = false, acs4 = false;
+ bool ata1 = false,
+ ata2 = false,
+ ata3 = false,
+ ata4 = false,
+ ata5 = false,
+ ata6 = false,
+ ata7 = false,
+ acs = false,
+ acs2 = false,
+ acs3 = false,
+ acs4 = false;
if((ushort)ATAID.MajorVersion == 0x0000 ||
(ushort)ATAID.MajorVersion == 0xFFFF)
@@ -169,8 +181,8 @@ public static class Identify
acs4 |= ATAID.MajorVersion.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.MajorVersionBit.ACS4);
}
- int maxatalevel = 0;
- int minatalevel = 255;
+ var maxatalevel = 0;
+ var minatalevel = 255;
sb.Append(Localization.Supported_ATA_versions);
if(ata1)
@@ -275,6 +287,7 @@ public static class Identify
sb.Append(Localization.Maximum_ATA_revision_supported);
if(maxatalevel >= 3)
+ {
switch(ATAID.MinorVersion)
{
case 0x0000:
@@ -471,6 +484,7 @@ public static class Identify
break;
}
+ }
switch((ATAID.TransportMajorVersion & 0xF000) >> 12)
{
@@ -663,9 +677,11 @@ public static class Identify
else if(!cfa)
{
if(minatalevel >= 5)
+ {
if(ATAID.GeneralConfiguration.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.GeneralConfigurationBit.
IncompleteResponse))
sb.AppendLine(Localization.Incomplete_identify_response);
+ }
if(ATAID.GeneralConfiguration.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.GeneralConfigurationBit.
NonMagnetic))
@@ -676,9 +692,11 @@ public static class Identify
sb.AppendLine(Localization.Device_is_removable);
if(minatalevel <= 5)
+ {
if(ATAID.GeneralConfiguration.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.GeneralConfigurationBit.
Fixed))
sb.AppendLine(Localization.Device_is_fixed);
+ }
if(ata1)
{
@@ -734,10 +752,12 @@ public static class Identify
if(ATAID.NominalRotationRate != 0x0000 &&
ATAID.NominalRotationRate != 0xFFFF)
+ {
if(ATAID.NominalRotationRate == 0x0001)
sb.AppendLine(Localization.Device_does_not_rotate);
else
sb.AppendFormat(Localization.Device_rotates_at_0_rpm, ATAID.NominalRotationRate).AppendLine();
+ }
uint logicalSectorSize = 0;
@@ -749,11 +769,13 @@ public static class Identify
(ATAID.PhysLogSectorSize & 0x4000) == 0x4000)
{
if((ATAID.PhysLogSectorSize & 0x1000) == 0x1000)
+ {
if(ATAID.LogicalSectorWords <= 255 ||
ATAID.LogicalAlignment == 0xFFFF)
logicalSectorSize = 512;
else
logicalSectorSize = ATAID.LogicalSectorWords * 2;
+ }
else
logicalSectorSize = 512;
@@ -769,15 +791,18 @@ public static class Identify
}
sb.AppendFormat(Localization.Physical_sector_size_0_bytes, physicalSectorSize).AppendLine();
- sb.AppendFormat(Localization.Logical_sector_size_0_bytes, logicalSectorSize).AppendLine();
+ sb.AppendFormat(Localization.Logical_sector_size_0_bytes, logicalSectorSize).AppendLine();
if(logicalSectorSize != physicalSectorSize &&
(ATAID.LogicalAlignment & 0x8000) == 0x0000 &&
(ATAID.LogicalAlignment & 0x4000) == 0x4000)
+ {
sb.AppendFormat(Localization.Logical_sector_starts_at_offset_0_from_physical_sector,
ATAID.LogicalAlignment & 0x3FFF).AppendLine();
+ }
if(minatalevel <= 5)
+ {
if(ATAID.CurrentCylinders > 0 &&
ATAID is { CurrentHeads: > 0, CurrentSectorsPerTrack: > 0 })
{
@@ -795,13 +820,14 @@ public static class Identify
}
else
{
- sb.AppendFormat(Localization.Cylinders_0, ATAID.Cylinders).AppendLine();
- sb.AppendFormat(Localization.Heads_0, ATAID.Heads).AppendLine();
+ sb.AppendFormat(Localization.Cylinders_0, ATAID.Cylinders).AppendLine();
+ sb.AppendFormat(Localization.Heads_0, ATAID.Heads).AppendLine();
sb.AppendFormat(Localization.Sectors_per_track_0, ATAID.SectorsPerTrack).AppendLine();
sb.AppendFormat(Localization.Sectors_addressable_in_CHS_mode_0,
ATAID.Cylinders * ATAID.Heads * ATAID.SectorsPerTrack).AppendLine();
}
+ }
if(ATAID.Capabilities.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CapabilitiesBit.LBASupport))
sb.AppendFormat(Localization._0_sectors_in_28_bit_LBA_mode, ATAID.LBASectors).AppendLine();
@@ -810,22 +836,27 @@ public static class Identify
sb.AppendFormat(Localization._0_sectors_in_48_bit_LBA_mode, ATAID.LBA48Sectors).AppendLine();
if(minatalevel <= 5)
+ {
if(ATAID.CurrentSectors > 0)
+ {
sb.AppendFormat(Localization.Device_size_in_CHS_mode_0_bytes_1_Mb_2_MiB,
(ulong)ATAID.CurrentSectors * logicalSectorSize,
(ulong)ATAID.CurrentSectors * logicalSectorSize / 1000 / 1000,
(ulong)ATAID.CurrentSectors * 512 / 1024 / 1024).AppendLine();
+ }
else
{
- ulong currentSectors = (ulong)(ATAID.Cylinders * ATAID.Heads * ATAID.SectorsPerTrack);
+ var currentSectors = (ulong)(ATAID.Cylinders * ATAID.Heads * ATAID.SectorsPerTrack);
sb.AppendFormat(Localization.Device_size_in_CHS_mode_0_bytes_1_Mb_2_MiB,
currentSectors * logicalSectorSize,
currentSectors * logicalSectorSize / 1000 / 1000,
currentSectors * 512 / 1024 / 1024).AppendLine();
}
+ }
if(ATAID.Capabilities.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CapabilitiesBit.LBASupport))
+ {
switch((ulong)ATAID.LBASectors * logicalSectorSize / 1024 / 1024)
{
case > 1000000:
@@ -850,9 +881,12 @@ public static class Identify
break;
}
+ }
if(ATAID.CommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.LBA48))
+ {
if(ATAID.CommandSet5.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit5.ExtSectors))
+ {
switch(ATAID.ExtendedUserSectors * logicalSectorSize / 1024 / 1024)
{
case > 1000000:
@@ -879,7 +913,9 @@ public static class Identify
break;
}
+ }
else
+ {
switch(ATAID.LBA48Sectors * logicalSectorSize / 1024 / 1024)
{
case > 1000000:
@@ -905,6 +941,8 @@ public static class Identify
break;
}
+ }
+ }
if(ata1 || cfa)
{
@@ -921,6 +959,7 @@ public static class Identify
if((ushort)ATAID.SpecificConfiguration != 0x0000 &&
(ushort)ATAID.SpecificConfiguration != 0xFFFF)
+ {
switch(ATAID.SpecificConfiguration)
{
case CommonTypes.Structs.Devices.ATA.Identify.SpecificConfigurationEnum.RequiresSetIncompleteResponse:
@@ -950,12 +989,14 @@ public static class Identify
break;
}
+ }
// Obsolete since ATA-2, however, it is yet used in ATA-8 devices
if(ATAID.BufferSize != 0x0000 &&
ATAID.BufferSize != 0xFFFF &&
ATAID.BufferType != 0x0000 &&
ATAID.BufferType != 0xFFFF)
+ {
switch(ATAID.BufferType)
{
case 1:
@@ -979,6 +1020,7 @@ public static class Identify
break;
}
+ }
if(ATAID.EccBytes != 0x0000 &&
ATAID.EccBytes != 0xFFFF)
@@ -996,7 +1038,8 @@ public static class Identify
sb.AppendLine().
Append(ATAID.Capabilities.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CapabilitiesBit.
CanDisableIORDY)
- ? Localization.IORDY_is_supported_and_can_be_disabled : Localization.IORDY_is_supported);
+ ? Localization.IORDY_is_supported_and_can_be_disabled
+ : Localization.IORDY_is_supported);
}
if(ATAID.Capabilities.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CapabilitiesBit.DMASupport))
@@ -1004,9 +1047,11 @@ public static class Identify
if(ATAID.Capabilities2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CapabilitiesBit2.MustBeSet) &&
!ATAID.Capabilities2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CapabilitiesBit2.MustBeClear))
+ {
if(ATAID.Capabilities2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CapabilitiesBit2.
SpecificStandbyTimer))
sb.AppendLine().Append(Localization.Device_indicates_a_specific_minimum_standby_timer_value);
+ }
if(ATAID.Capabilities3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CapabilitiesBit3.MultipleValid))
{
@@ -1020,13 +1065,17 @@ public static class Identify
if(ATAID.Capabilities.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CapabilitiesBit.PhysicalAlignment1) ||
ATAID.Capabilities.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CapabilitiesBit.PhysicalAlignment0))
+ {
sb.AppendLine().AppendFormat(Localization.Long_Physical_Alignment_setting_is_0,
(ushort)ATAID.Capabilities & 0x03);
+ }
if(ata1)
+ {
if(ATAID.TrustedComputing.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.TrustedComputingBit.
TrustedComputing))
sb.AppendLine().Append(Localization.Device_supports_doubleword_IO);
+ }
if(atapi)
{
@@ -1280,19 +1329,25 @@ public static class Identify
if(ATAID.MinMDMACycleTime != 0 &&
ATAID.RecMDMACycleTime != 0)
+ {
sb.AppendLine().
AppendFormat(Localization.At_minimum_0_ns_transfer_cycle_time_per_word_in_MDMA_1_ns_recommended,
ATAID.MinMDMACycleTime, ATAID.RecMDMACycleTime);
+ }
if(ATAID.MinPIOCycleTimeNoFlow != 0)
+ {
sb.AppendLine().
AppendFormat(Localization.At_minimum_0_ns_transfer_cycle_time_per_word_in_PIO_without_flow_control,
ATAID.MinPIOCycleTimeNoFlow);
+ }
if(ATAID.MinPIOCycleTimeFlow != 0)
+ {
sb.AppendLine().
AppendFormat(Localization.At_minimum_0_ns_transfer_cycle_time_per_word_in_PIO_with_IORDY_flow_control,
ATAID.MinPIOCycleTimeFlow);
+ }
if(ATAID.MaxQueueDepth != 0)
sb.AppendLine().AppendFormat(Localization._0_depth_of_queue_maximum, ATAID.MaxQueueDepth + 1);
@@ -1300,12 +1355,16 @@ public static class Identify
if(atapi)
{
if(ATAID.PacketBusRelease != 0)
+ {
sb.AppendLine().AppendFormat(Localization._0_ns_typical_to_release_bus_from_receipt_of_PACKET,
ATAID.PacketBusRelease);
+ }
if(ATAID.ServiceBusyClear != 0)
+ {
sb.AppendLine().AppendFormat(Localization._0_ns_typical_to_clear_BSY_bit_from_receipt_of_SERVICE,
ATAID.ServiceBusyClear);
+ }
}
if((ATAID.TransportMajorVersion & 0xF000) >> 12 == 0x1 ||
@@ -1327,8 +1386,10 @@ public static class Identify
if(ATAID.SATACapabilities.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATACapabilitiesBit.
PowerReceipt))
+ {
sb.AppendLine().
Append(Localization.Receipt_of_host_initiated_power_management_requests_is_supported);
+ }
if(ATAID.SATACapabilities.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATACapabilitiesBit.
PHYEventCounter))
@@ -1336,13 +1397,17 @@ public static class Identify
if(ATAID.SATACapabilities.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATACapabilitiesBit.
HostSlumbTrans))
+ {
sb.AppendLine().
Append(Localization.Supports_host_automatic_partial_to_slumber_transitions_is_supported);
+ }
if(ATAID.SATACapabilities.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATACapabilitiesBit.
DevSlumbTrans))
+ {
sb.AppendLine().
Append(Localization.Supports_device_automatic_partial_to_slumber_transitions_is_supported);
+ }
if(ATAID.SATACapabilities.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATACapabilitiesBit.NCQ))
{
@@ -1381,8 +1446,10 @@ public static class Identify
if(ATAID.SATACapabilities2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATACapabilitiesBit2.
DevAttSlimline))
+ {
sb.AppendLine().
Append(Localization.ATAPI_device_supports_attention_on_slimline_connected_devices);
+ }
}
//sb.AppendFormat("Negotiated speed = {0}", ((ushort)ATAID.SATACapabilities2 & 0x000E) >> 1);
@@ -1391,11 +1458,14 @@ public static class Identify
if(ATAID.InterseekDelay != 0x0000 &&
ATAID.InterseekDelay != 0xFFFF)
+ {
sb.AppendLine().AppendFormat(Localization._0_microseconds_of_interseek_delay_for_ISO_7779_acoustic_testing,
ATAID.InterseekDelay);
+ }
if((ushort)ATAID.DeviceFormFactor != 0x0000 &&
(ushort)ATAID.DeviceFormFactor != 0xFFFF)
+ {
switch(ATAID.DeviceFormFactor)
{
case CommonTypes.Structs.Devices.ATA.Identify.DeviceFormFactorEnum.FiveAndQuarter:
@@ -1424,12 +1494,16 @@ public static class Identify
break;
}
+ }
if(atapi)
+ {
if(ATAID.ATAPIByteCount > 0)
sb.AppendLine().AppendFormat(Localization._0_bytes_count_limit_for_ATAPI, ATAID.ATAPIByteCount);
+ }
if(cfa)
+ {
if((ATAID.CFAPowerMode & 0x8000) == 0x8000)
{
sb.AppendLine().Append(Localization.CompactFlash_device_supports_power_mode_1);
@@ -1443,87 +1517,120 @@ public static class Identify
sb.AppendLine().AppendFormat(Localization.CompactFlash_device_uses_a_maximum_of_0_mA,
ATAID.CFAPowerMode & 0x0FFF);
}
+ }
sb.AppendLine();
sb.AppendLine().Append(Localization.Command_set_and_features);
if(ATAID.CommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.Nop))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.Nop)
- ? Localization.NOP_is_supported_and_enabled : Localization.NOP_is_supported);
+ ? Localization.NOP_is_supported_and_enabled
+ : Localization.NOP_is_supported);
+ }
if(ATAID.CommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.ReadBuffer))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.ReadBuffer)
- ? Localization.READ_BUFFER_is_supported_and_enabled : Localization.READ_BUFFER_is_supported);
+ ? Localization.READ_BUFFER_is_supported_and_enabled
+ : Localization.READ_BUFFER_is_supported);
+ }
if(ATAID.CommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.WriteBuffer))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.
WriteBuffer)
? Localization.WRITE_BUFFER_is_supported_and_enabled
: Localization.WRITE_BUFFER_is_supported);
+ }
if(ATAID.CommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.HPA))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.HPA)
? Localization.Host_Protected_Area_is_supported_and_enabled
: Localization.Host_Protected_Area_is_supported);
+ }
if(ATAID.CommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.DeviceReset))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.
DeviceReset)
- ? Localization.DEVICE_RESET_is_supported_and_enabled : Localization._);
+ ? Localization.DEVICE_RESET_is_supported_and_enabled
+ : Localization._);
+ }
if(ATAID.CommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.Service))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.Service)
? Localization.SERVICE_interrupt_is_supported_and_enabled
: Localization.SERVICE_interrupt_is_supported);
+ }
if(ATAID.CommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.Release))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.Release)
- ? Localization.Release_is_supported_and_enabled : Localization.Release_is_supported);
+ ? Localization.Release_is_supported_and_enabled
+ : Localization.Release_is_supported);
+ }
if(ATAID.CommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.LookAhead))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.LookAhead)
? Localization.Look_ahead_read_is_supported_and_enabled
: Localization.Look_ahead_read_is_supported);
+ }
if(ATAID.CommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.WriteCache))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.WriteCache)
- ? Localization.Write_cache_is_supported_and_enabled : Localization.Write_cache_is_supported);
+ ? Localization.Write_cache_is_supported_and_enabled
+ : Localization.Write_cache_is_supported);
+ }
if(ATAID.CommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.Packet))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.Packet)
- ? Localization.PACKET_is_supported_and_enabled : Localization.PACKET_is_supported);
+ ? Localization.PACKET_is_supported_and_enabled
+ : Localization.PACKET_is_supported);
+ }
if(ATAID.CommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.PowerManagement))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.
PowerManagement)
? Localization.Power_management_is_supported_and_enabled
: Localization.Power_management_is_supported);
+ }
if(ATAID.CommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.RemovableMedia))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.
RemovableMedia)
? Localization.Removable_media_feature_set_is_supported_and_enabled
: Localization.Removable_media_feature_set_is_supported);
+ }
if(ATAID.CommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.SecurityMode))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.
SecurityMode)
? Localization.Security_mode_is_supported_and_enabled
: Localization.Security_mode_is_supported);
+ }
if(ATAID.Capabilities.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CapabilitiesBit.LBASupport))
sb.AppendLine().Append(Localization._28_bit_LBA_is_supported);
@@ -1532,108 +1639,144 @@ public static class Identify
!ATAID.CommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.MustBeClear))
{
if(ATAID.CommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.LBA48))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.
- LBA48) ? Localization.
- _48_bit_LBA_is_supported_and_enabled : Localization._48_bit_LBA_is_supported);
+ LBA48)
+ ? Localization.
+ _48_bit_LBA_is_supported_and_enabled
+ : Localization._48_bit_LBA_is_supported);
+ }
if(ATAID.CommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.FlushCache))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.
- FlushCache) ? Localization.
- FLUSH_CACHE_is_supported_and_enabled : Localization.FLUSH_CACHE_is_supported);
+ FlushCache)
+ ? Localization.
+ FLUSH_CACHE_is_supported_and_enabled
+ : Localization.FLUSH_CACHE_is_supported);
+ }
if(ATAID.CommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.FlushCacheExt))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.
FlushCacheExt)
? Localization.FLUSH_CACHE_EXT_is_supported_and_enabled
: Localization.FLUSH_CACHE_EXT_is_supported);
+ }
if(ATAID.CommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.DCO))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.DCO)
? Localization.Device_Configuration_Overlay_feature_set_is_supported_and_enabled
: Localization.Device_Configuration_Overlay_feature_set_is_supported);
+ }
if(ATAID.CommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.AAM))
{
if(ATAID.EnabledCommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.AAM))
+ {
sb.AppendLine().
- AppendFormat(Localization.Automatic_Acoustic_Management_is_supported_and_enabled_with_value_0_vendor_recommends_1,
- ATAID.CurrentAAM, ATAID.RecommendedAAM);
+ AppendFormat(
+ Localization.
+ Automatic_Acoustic_Management_is_supported_and_enabled_with_value_0_vendor_recommends_1,
+ ATAID.CurrentAAM, ATAID.RecommendedAAM);
+ }
else
sb.AppendLine().Append(Localization.Automatic_Acoustic_Management_is_supported);
}
if(ATAID.CommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.SetMax))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.
- SetMax) ? Localization.
+ SetMax)
+ ? Localization.
SET_MAX_security_extension_is_supported_and_enabled
: Localization.SET_MAX_security_extension_is_supported);
+ }
if(ATAID.CommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.
AddressOffsetReservedAreaBoot))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.
AddressOffsetReservedAreaBoot)
? Localization.Address_Offset_Reserved_Area_Boot_is_supported_and_enabled
: Localization.Address_Offset_Reserved_Area_Boot_is_supported);
+ }
if(ATAID.CommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.SetFeaturesRequired))
sb.AppendLine().Append(Localization.SET_FEATURES_is_required_before_spin_up);
if(ATAID.CommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.PowerUpInStandby))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.
PowerUpInStandby)
? Localization.Power_up_in_standby_is_supported_and_enabled
: Localization.Power_up_in_standby_is_supported);
+ }
if(ATAID.CommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.RemovableNotification))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.
RemovableNotification)
? Localization.Removable_Media_Status_Notification_is_supported_and_enabled
: Localization.Removable_Media_Status_Notification_is_supported);
+ }
if(ATAID.CommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.APM))
{
if(ATAID.EnabledCommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.APM))
+ {
sb.AppendLine().
AppendFormat(Localization.Advanced_Power_Management_is_supported_and_enabled_with_value_0,
ATAID.CurrentAPM);
+ }
else
sb.AppendLine().Append(Localization.Advanced_Power_Management_is_supported);
}
if(ATAID.CommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.CompactFlash))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.
CompactFlash)
? Localization.CompactFlash_feature_set_is_supported_and_enabled
: Localization.CompactFlash_feature_set_is_supported);
+ }
if(ATAID.CommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.RWQueuedDMA))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.
RWQueuedDMA)
? Localization.READ_DMA_QUEUED_and_WRITE_DMA_QUEUED_are_supported_and_enabled
: Localization.READ_DMA_QUEUED_and_WRITE_DMA_QUEUED_are_supported);
+ }
if(ATAID.CommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.DownloadMicrocode))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit2.
DownloadMicrocode)
? Localization.DOWNLOAD_MICROCODE_is_supported_and_enabled
: Localization.DOWNLOAD_MICROCODE_is_supported);
+ }
}
if(ATAID.CommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.SMART))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit.SMART)
- ? Localization.SMART_is_supported_and_enabled : Localization.SMART_is_supported);
+ ? Localization.SMART_is_supported_and_enabled
+ : Localization.SMART_is_supported);
+ }
if(ATAID.SCTCommandTransport.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SCTCommandTransportBit.Supported))
sb.AppendLine().Append(Localization.SMART_Command_Transport_is_supported);
@@ -1642,25 +1785,32 @@ public static class Identify
!ATAID.CommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.MustBeClear))
{
if(ATAID.CommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.SMARTSelfTest))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.
SMARTSelfTest)
? Localization.SMART_self_testing_is_supported_and_enabled
: Localization.SMART_self_testing_is_supported);
+ }
if(ATAID.CommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.SMARTLog))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.
- SMARTLog) ? Localization.
+ SMARTLog)
+ ? Localization.
SMART_error_logging_is_supported_and_enabled
: Localization.SMART_error_logging_is_supported);
+ }
if(ATAID.CommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.IdleImmediate))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.
IdleImmediate)
? Localization.IDLE_IMMEDIATE_with_UNLOAD_FEATURE_is_supported_and_enabled
: Localization.IDLE_IMMEDIATE_with_UNLOAD_FEATURE_is_supported);
+ }
if(ATAID.CommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.WriteURG))
sb.AppendLine().Append(Localization.URG_bit_is_supported_in_WRITE_STREAM_DMA_EXT_and_WRITE_STREAM_EXT);
@@ -1672,37 +1822,47 @@ public static class Identify
sb.AppendLine().Append(Localization.Device_has_a_World_Wide_Name);
if(ATAID.CommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.FUAWriteQ))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.
FUAWriteQ)
? Localization.WRITE_DMA_QUEUED_FUA_EXT_is_supported_and_enabled
: Localization.WRITE_DMA_QUEUED_FUA_EXT_is_supported);
+ }
if(ATAID.CommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.FUAWrite))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.
FUAWrite)
? Localization.WRITE_DMA_FUA_EXT_and_WRITE_MULTIPLE_FUA_EXT_are_supported_and_enabled
: Localization.WRITE_DMA_FUA_EXT_and_WRITE_MULTIPLE_FUA_EXT_are_supported);
+ }
if(ATAID.CommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.GPL))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.GPL)
? Localization.General_Purpose_Logging_is_supported_and_enabled
: Localization.General_Purpose_Logging_is_supported);
+ }
if(ATAID.CommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.Streaming))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.
Streaming)
? Localization.Streaming_feature_set_is_supported_and_enabled
: Localization.Streaming_feature_set_is_supported);
+ }
if(ATAID.CommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.MCPT))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.MCPT)
? Localization.Media_Card_Pass_Through_command_set_is_supported_and_enabled
: Localization.Media_Card_Pass_Through_command_set_is_supported);
+ }
if(ATAID.CommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.MediaSerial))
{
@@ -1718,59 +1878,76 @@ public static class Identify
!ATAID.CommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.MustBeClear))
{
if(ATAID.CommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.DSN))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.DSN)
? Localization.DSN_feature_set_is_supported_and_enabled
: Localization.DSN_feature_set_is_supported);
+ }
if(ATAID.CommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.AMAC))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.AMAC)
? Localization.Accessible_Max_Address_Configuration_is_supported_and_enabled
: Localization.Accessible_Max_Address_Configuration_is_supported);
+ }
if(ATAID.CommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.ExtPowerCond))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.
ExtPowerCond)
? Localization.Extended_Power_Conditions_are_supported_and_enabled
: Localization.Extended_Power_Conditions_are_supported);
+ }
if(ATAID.CommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.ExtStatusReport))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.
ExtStatusReport)
? Localization.Extended_Status_Reporting_is_supported_and_enabled
: Localization.Extended_Status_Reporting_is_supported);
+ }
if(ATAID.CommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.FreeFallControl))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.
FreeFallControl)
? Localization.Free_fall_control_feature_set_is_supported_and_enabled
: Localization.Free_fall_control_feature_set_is_supported);
+ }
if(ATAID.CommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.
SegmentedDownloadMicrocode))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.
SegmentedDownloadMicrocode)
? Localization.Segmented_feature_in_DOWNLOAD_MICROCODE_is_supported_and_enabled
: Localization.Segmented_feature_in_DOWNLOAD_MICROCODE_is_supported);
+ }
if(ATAID.CommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.RWDMAExtGpl))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.
RWDMAExtGpl)
? Localization.READ_WRITE_DMA_EXT_GPL_are_supported_and_enabled
: Localization.READ_WRITE_DMA_EXT_GPL_are_supported);
+ }
if(ATAID.CommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.WriteUnc))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.
- WriteUnc) ? Localization.
+ WriteUnc)
+ ? Localization.
WRITE_UNCORRECTABLE_is_supported_and_enabled
: Localization.WRITE_UNCORRECTABLE_is_supported);
+ }
if(ATAID.CommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.WRV))
{
@@ -1790,10 +1967,14 @@ public static class Identify
}
if(ATAID.CommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.DT1825))
+ {
sb.AppendLine().
Append(ATAID.EnabledCommandSet4.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit4.
- DT1825) ? Localization.
- DT1825_is_supported_and_enabled : Localization.DT1825_is_supported);
+ DT1825)
+ ? Localization.
+ DT1825_is_supported_and_enabled
+ : Localization.DT1825_is_supported);
+ }
}
if(ATAID.Capabilities3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CapabilitiesBit3.BlockErase))
@@ -1806,8 +1987,10 @@ public static class Identify
sb.AppendLine().Append(Localization.CRYPTO_SCRAMBLE_EXT_is_supported);
if(ATAID.CommandSet5.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit5.DeviceConfDMA))
+ {
sb.AppendLine().Append(Localization.
DEVICE_CONFIGURATION_IDENTIFY_DMA_and_DEVICE_CONFIGURATION_SET_DMA_are_supported);
+ }
if(ATAID.CommandSet5.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit5.ReadBufferDMA))
sb.AppendLine().Append(Localization.READ_BUFFER_DMA_is_supported);
@@ -1868,55 +2051,69 @@ public static class Identify
if(!ata1 &&
maxatalevel >= 8)
+ {
if(ATAID.TrustedComputing.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.TrustedComputingBit.Set) &&
!ATAID.TrustedComputing.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.TrustedComputingBit.Clear) &&
ATAID.TrustedComputing.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.TrustedComputingBit.
TrustedComputing))
sb.AppendLine().Append(Localization.Trusted_Computing_feature_set_is_supported);
+ }
if((ATAID.TransportMajorVersion & 0xF000) >> 12 == 0x1 ||
(ATAID.TransportMajorVersion & 0xF000) >> 12 == 0xE)
{
if(!ATAID.SATACapabilities.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATACapabilitiesBit.Clear))
+ {
if(ATAID.SATACapabilities.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATACapabilitiesBit.
ReadLogDMAExt))
sb.AppendLine().Append(Localization.READ_LOG_DMA_EXT_is_supported);
+ }
if(!ATAID.SATACapabilities2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATACapabilitiesBit2.Clear))
+ {
if(ATAID.SATACapabilities2.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATACapabilitiesBit2.
FPDMAQ))
sb.AppendLine().Append(Localization.RECEIVE_FPDMA_QUEUED_and_SEND_FPDMA_QUEUED_are_supported);
+ }
if(!ATAID.SATAFeatures.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATAFeaturesBit.Clear))
{
if(ATAID.SATAFeatures.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATAFeaturesBit.
NonZeroBufferOffset))
+ {
sb.AppendLine().
- Append(ATAID.EnabledSATAFeatures.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.
- SATAFeaturesBit.NonZeroBufferOffset)
+ Append(ATAID.EnabledSATAFeatures.HasFlag(
+ CommonTypes.Structs.Devices.ATA.Identify.SATAFeaturesBit.NonZeroBufferOffset)
? Localization.Non_zero_buffer_offsets_are_supported_and_enabled
: Localization.Non_zero_buffer_offsets_are_supported);
+ }
if(ATAID.SATAFeatures.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATAFeaturesBit.DMASetup))
+ {
sb.AppendLine().
- Append(ATAID.EnabledSATAFeatures.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.
- SATAFeaturesBit.DMASetup)
+ Append(ATAID.EnabledSATAFeatures.HasFlag(
+ CommonTypes.Structs.Devices.ATA.Identify.SATAFeaturesBit.DMASetup)
? Localization.DMA_Setup_auto_activation_is_supported_and_enabled
: Localization.DMA_Setup_auto_activation_is_supported);
+ }
if(ATAID.SATAFeatures.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATAFeaturesBit.InitPowerMgmt))
+ {
sb.AppendLine().
- Append(ATAID.EnabledSATAFeatures.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.
- SATAFeaturesBit.InitPowerMgmt)
+ Append(ATAID.EnabledSATAFeatures.HasFlag(
+ CommonTypes.Structs.Devices.ATA.Identify.SATAFeaturesBit.InitPowerMgmt)
? Localization.Device_initiated_power_management_is_supported_and_enabled
: Localization.Device_initiated_power_management_is_supported);
+ }
if(ATAID.SATAFeatures.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATAFeaturesBit.InOrderData))
+ {
sb.AppendLine().
- Append(ATAID.EnabledSATAFeatures.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.
- SATAFeaturesBit.InOrderData)
+ Append(ATAID.EnabledSATAFeatures.HasFlag(
+ CommonTypes.Structs.Devices.ATA.Identify.SATAFeaturesBit.InOrderData)
? Localization.In_order_data_delivery_is_supported_and_enabled
: Localization.In_order_data_delivery_is_supported);
+ }
switch(atapi)
{
@@ -1924,11 +2121,14 @@ public static class Identify
{
if(ATAID.SATAFeatures.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATAFeaturesBit.
HardwareFeatureControl))
+ {
sb.AppendLine().
- Append(ATAID.EnabledSATAFeatures.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.
- SATAFeaturesBit.HardwareFeatureControl)
+ Append(ATAID.EnabledSATAFeatures.HasFlag(
+ CommonTypes.Structs.Devices.ATA.Identify.SATAFeaturesBit.
+ HardwareFeatureControl)
? Localization.Hardware_Feature_Control_is_supported_and_enabled
: Localization.Hardware_Feature_Control_is_supported);
+ }
break;
}
@@ -1936,11 +2136,13 @@ public static class Identify
{
if(ATAID.SATAFeatures.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATAFeaturesBit.
AsyncNotification))
+ {
sb.AppendLine().
- Append(ATAID.EnabledSATAFeatures.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.
- SATAFeaturesBit.AsyncNotification)
+ Append(ATAID.EnabledSATAFeatures.HasFlag(
+ CommonTypes.Structs.Devices.ATA.Identify.SATAFeaturesBit.AsyncNotification)
? Localization.Asynchronous_notification_is_supported_and_enabled
: Localization.Asynchronous_notification_is_supported);
+ }
break;
}
@@ -1948,11 +2150,13 @@ public static class Identify
if(ATAID.SATAFeatures.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATAFeaturesBit.
SettingsPreserve))
+ {
sb.AppendLine().
- Append(ATAID.EnabledSATAFeatures.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.
- SATAFeaturesBit.SettingsPreserve)
+ Append(ATAID.EnabledSATAFeatures.HasFlag(
+ CommonTypes.Structs.Devices.ATA.Identify.SATAFeaturesBit.SettingsPreserve)
? Localization.Software_Settings_Preservation_is_supported_and_enabled
: Localization.Software_Settings_Preservation_is_supported);
+ }
if(ATAID.SATAFeatures.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SATAFeaturesBit.NCQAutoSense))
sb.AppendLine().Append(Localization.NCQ_Autosense_is_supported);
@@ -1974,9 +2178,11 @@ public static class Identify
sb.AppendLine().Append("TRIM is supported");
if(ATAID.DataSetMgmtSize > 0)
+ {
sb.AppendLine().
AppendFormat(Localization.DATA_SET_MANAGEMENT_can_receive_a_maximum_of_0_blocks_of_512_bytes,
ATAID.DataSetMgmtSize);
+ }
sb.AppendLine().AppendLine();
@@ -1989,19 +2195,24 @@ public static class Identify
sb.AppendLine(Localization.Security_is_enabled);
sb.AppendLine(ATAID.SecurityStatus.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SecurityStatusBit.
- Locked) ? Localization.Security_is_locked
+ Locked)
+ ? Localization.Security_is_locked
: Localization.Security_is_not_locked);
sb.AppendLine(ATAID.SecurityStatus.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SecurityStatusBit.
- Frozen) ? Localization.Security_is_frozen
+ Frozen)
+ ? Localization.Security_is_frozen
: Localization.Security_is_not_frozen);
sb.AppendLine(ATAID.SecurityStatus.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SecurityStatusBit.
- Expired) ? Localization.
- Security_count_has_expired : Localization.Security_count_has_not_expired);
+ Expired)
+ ? Localization.
+ Security_count_has_expired
+ : Localization.Security_count_has_not_expired);
sb.AppendLine(ATAID.SecurityStatus.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SecurityStatusBit.
- Maximum) ? Localization.Security_level_is_maximum
+ Maximum)
+ ? Localization.Security_level_is_maximum
: Localization.Security_level_is_high);
}
else
@@ -2013,8 +2224,10 @@ public static class Identify
sb.AppendFormat(Localization._0_minutes_to_complete_secure_erase, ATAID.SecurityEraseTime * 2).AppendLine();
if(ATAID.SecurityStatus.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.SecurityStatusBit.Enhanced))
+ {
sb.AppendFormat(Localization._0_minutes_to_complete_enhanced_secure_erase,
ATAID.EnhancedSecurityEraseTime * 2).AppendLine();
+ }
sb.AppendFormat(Localization.Master_password_revision_code_0, ATAID.MasterPasswordRevisionCode).
AppendLine();
@@ -2025,10 +2238,10 @@ public static class Identify
ATAID.CommandSet3.HasFlag(CommonTypes.Structs.Devices.ATA.Identify.CommandSetBit3.Streaming))
{
sb.AppendLine().AppendLine(Localization.Streaming);
- sb.AppendFormat(Localization.Minimum_request_size_is_0, ATAID.StreamMinReqSize);
- sb.AppendFormat(Localization.Streaming_transfer_time_in_PIO_is_0, ATAID.StreamTransferTimePIO);
- sb.AppendFormat(Localization.Streaming_transfer_time_in_DMA_is_0, ATAID.StreamTransferTimeDMA);
- sb.AppendFormat(Localization.Streaming_access_latency_is_0, ATAID.StreamAccessLatency);
+ sb.AppendFormat(Localization.Minimum_request_size_is_0, ATAID.StreamMinReqSize);
+ sb.AppendFormat(Localization.Streaming_transfer_time_in_PIO_is_0, ATAID.StreamTransferTimePIO);
+ sb.AppendFormat(Localization.Streaming_transfer_time_in_DMA_is_0, ATAID.StreamTransferTimeDMA);
+ sb.AppendFormat(Localization.Streaming_access_latency_is_0, ATAID.StreamAccessLatency);
sb.AppendFormat(Localization.Streaming_performance_granularity_is_0, ATAID.StreamPerformanceGranularity);
}
@@ -2117,20 +2330,26 @@ public static class Identify
ATAID.ReservedWord116 != 0xFFFF)
sb.AppendFormat(Localization.Word_116_0, ATAID.ReservedWord116).AppendLine();
- for(int i = 0; i < ATAID.ReservedWords121.Length; i++)
+ for(var i = 0; i < ATAID.ReservedWords121.Length; i++)
+ {
if(ATAID.ReservedWords121[i] != 0x0000 &&
ATAID.ReservedWords121[i] != 0xFFFF)
sb.AppendFormat(Localization.Word_1_0, ATAID.ReservedWords121[i], 121 + i).AppendLine();
+ }
- for(int i = 0; i < ATAID.ReservedWords129.Length; i++)
+ for(var i = 0; i < ATAID.ReservedWords129.Length; i++)
+ {
if(ATAID.ReservedWords129[i] != 0x0000 &&
ATAID.ReservedWords129[i] != 0xFFFF)
sb.AppendFormat(Localization.Word_1_0, ATAID.ReservedWords129[i], 129 + i).AppendLine();
+ }
- for(int i = 0; i < ATAID.ReservedCFA.Length; i++)
+ for(var i = 0; i < ATAID.ReservedCFA.Length; i++)
+ {
if(ATAID.ReservedCFA[i] != 0x0000 &&
ATAID.ReservedCFA[i] != 0xFFFF)
sb.AppendFormat(Localization.Word_1_CFA_0, ATAID.ReservedCFA[i], 161 + i).AppendLine();
+ }
if(ATAID.ReservedWord174 != 0x0000 &&
ATAID.ReservedWord174 != 0xFFFF)
@@ -2160,15 +2379,19 @@ public static class Identify
ATAID.ReservedWord221 != 0xFFFF)
sb.AppendFormat(Localization.Word_221_0, ATAID.ReservedWord221).AppendLine();
- for(int i = 0; i < ATAID.ReservedCEATA224.Length; i++)
+ for(var i = 0; i < ATAID.ReservedCEATA224.Length; i++)
+ {
if(ATAID.ReservedCEATA224[i] != 0x0000 &&
ATAID.ReservedCEATA224[i] != 0xFFFF)
sb.AppendFormat(Localization.Word_1_CE_ATA_0, ATAID.ReservedCEATA224[i], 224 + i).AppendLine();
+ }
- for(int i = 0; i < ATAID.ReservedWords.Length; i++)
+ for(var i = 0; i < ATAID.ReservedWords.Length; i++)
+ {
if(ATAID.ReservedWords[i] != 0x0000 &&
ATAID.ReservedWords[i] != 0xFFFF)
sb.AppendFormat(Localization.Word_1_0, ATAID.ReservedWords[i], 236 + i).AppendLine();
+ }
#endif
return sb.ToString();
}
diff --git a/Aaru.Decoders.csproj b/Aaru.Decoders.csproj
index 061b35a..a458d29 100644
--- a/Aaru.Decoders.csproj
+++ b/Aaru.Decoders.csproj
@@ -33,8 +33,8 @@
CS1591;CS1574
-
-
+
+
$(Version)+{chash:8}
@@ -42,24 +42,24 @@
true
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -71,7 +71,7 @@
-
-
+
+
\ No newline at end of file
diff --git a/Aaru.Decoders.csproj.DotSettings b/Aaru.Decoders.csproj.DotSettings
index f2eefd5..79d0395 100644
--- a/Aaru.Decoders.csproj.DotSettings
+++ b/Aaru.Decoders.csproj.DotSettings
@@ -1,3 +1,6 @@
-
+
True
- True
\ No newline at end of file
+ True
\ No newline at end of file
diff --git a/Bluray/BCA.cs b/Bluray/BCA.cs
index 3f7b96a..a27a9e8 100644
--- a/Bluray/BCA.cs
+++ b/Bluray/BCA.cs
@@ -51,12 +51,18 @@ namespace Aaru.Decoders.Bluray;
// T10/1675-D revision 2c
// T10/1675-D revision 4
// T10/1836-D revision 2g
-[SuppressMessage("ReSharper", "InconsistentNaming"), SuppressMessage("ReSharper", "MemberCanBeInternal"),
- SuppressMessage("ReSharper", "MemberCanBePrivate.Global"), SuppressMessage("ReSharper", "NotAccessedField.Global")]
+[SuppressMessage("ReSharper", "InconsistentNaming")]
+[SuppressMessage("ReSharper", "MemberCanBeInternal")]
+[SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
+[SuppressMessage("ReSharper", "NotAccessedField.Global")]
public static class BCA
{
const string MODULE_NAME = "BD BCA decoder";
- #region Public structures
+
+#region Nested type: BurstCuttingArea
+
+#region Public structures
+
public struct BurstCuttingArea
{
/// Bytes 0 to 1 Always 66
@@ -68,8 +74,13 @@ public static class BCA
/// Byte 4 to 67 BCA data
public byte[] BCA;
}
- #endregion Public structures
- #region Public methods
+
+#endregion Public structures
+
+#endregion
+
+#region Public methods
+
public static BurstCuttingArea? Decode(byte[] BCAResponse)
{
if(BCAResponse == null)
@@ -120,5 +131,6 @@ public static class BCA
}
public static string Prettify(byte[] BCAResponse) => Prettify(Decode(BCAResponse));
- #endregion Public methods
+
+#endregion Public methods
}
\ No newline at end of file
diff --git a/Bluray/Cartridge.cs b/Bluray/Cartridge.cs
index a071066..b44450d 100644
--- a/Bluray/Cartridge.cs
+++ b/Bluray/Cartridge.cs
@@ -51,13 +51,19 @@ namespace Aaru.Decoders.Bluray;
// T10/1675-D revision 2c
// T10/1675-D revision 4
// T10/1836-D revision 2g
-[SuppressMessage("ReSharper", "InconsistentNaming"), SuppressMessage("ReSharper", "MemberCanBeInternal"),
- SuppressMessage("ReSharper", "MemberCanBePrivate.Global"), SuppressMessage("ReSharper", "NotAccessedField.Global"),
- SuppressMessage("ReSharper", "UnassignedField.Global")]
+[SuppressMessage("ReSharper", "InconsistentNaming")]
+[SuppressMessage("ReSharper", "MemberCanBeInternal")]
+[SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
+[SuppressMessage("ReSharper", "NotAccessedField.Global")]
+[SuppressMessage("ReSharper", "UnassignedField.Global")]
public static class Cartridge
{
const string MODULE_NAME = "BD Cartridge Status decoder";
- #region Public structures
+
+#region Nested type: CartridgeStatus
+
+#region Public structures
+
public struct CartridgeStatus
{
/// Bytes 0 to 1 Always 6
@@ -83,8 +89,13 @@ public static class Cartridge
/// Byte 7 Reserved
public byte Reserved7;
}
- #endregion Public structures
- #region Public methods
+
+#endregion Public structures
+
+#endregion
+
+#region Public methods
+
public static CartridgeStatus? Decode(byte[] CSResponse)
{
if(CSResponse == null)
@@ -176,5 +187,6 @@ public static class Cartridge
}
public static string Prettify(byte[] CSResponse) => Prettify(Decode(CSResponse));
- #endregion Public methods
+
+#endregion Public methods
}
\ No newline at end of file
diff --git a/Bluray/DDS.cs b/Bluray/DDS.cs
index 7ae829f..16fd500 100644
--- a/Bluray/DDS.cs
+++ b/Bluray/DDS.cs
@@ -51,17 +51,16 @@ namespace Aaru.Decoders.Bluray;
/// T10/1675-D revision 2c
/// T10/1675-D revision 4
/// T10/1836-D revision 2g
-[SuppressMessage("ReSharper", "InconsistentNaming"), SuppressMessage("ReSharper", "MemberCanBeInternal"),
- SuppressMessage("ReSharper", "MemberCanBePrivate.Global"), SuppressMessage("ReSharper", "NotAccessedField.Global")]
+[SuppressMessage("ReSharper", "InconsistentNaming")]
+[SuppressMessage("ReSharper", "MemberCanBeInternal")]
+[SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
+[SuppressMessage("ReSharper", "NotAccessedField.Global")]
public static class DDS
{
- #region Private constants
- /// Disc Definition Structure Identifier "DS"
- const ushort DDSIdentifier = 0x4453;
- const string MODULE_NAME = "BD DDS decoder";
- #endregion Private constants
+#region Nested type: DiscDefinitionStructure
+
+#region Public structures
- #region Public structures
public struct DiscDefinitionStructure
{
/// Bytes 0 to 1 Data Length
@@ -115,9 +114,21 @@ public static class DDS
/// Bytes 100 to end Disc type specific data
public byte[] DiscTypeSpecificData;
}
- #endregion Public structures
- #region Public methods
+#endregion Public structures
+
+#endregion
+
+#region Private constants
+
+ /// Disc Definition Structure Identifier "DS"
+ const ushort DDSIdentifier = 0x4453;
+ const string MODULE_NAME = "BD DDS decoder";
+
+#endregion Private constants
+
+#region Public methods
+
public static DiscDefinitionStructure? Decode(byte[] DDSResponse)
{
if(DDSResponse == null)
@@ -175,18 +186,18 @@ public static class DDS
var sb = new StringBuilder();
- sb.AppendFormat(Localization.DDS_Format_0, response.Format).AppendLine();
- sb.AppendFormat(Localization.DDS_has_been_updated_0_times, response.UpdateCount).AppendLine();
- sb.AppendFormat(Localization.First_PSN_of_Drive_Area_0, response.DriveAreaPSN).AppendLine();
- sb.AppendFormat(Localization.First_PSN_of_Defect_List_0, response.DefectListPSN).AppendLine();
+ sb.AppendFormat(Localization.DDS_Format_0, response.Format).AppendLine();
+ sb.AppendFormat(Localization.DDS_has_been_updated_0_times, response.UpdateCount).AppendLine();
+ sb.AppendFormat(Localization.First_PSN_of_Drive_Area_0, response.DriveAreaPSN).AppendLine();
+ sb.AppendFormat(Localization.First_PSN_of_Defect_List_0, response.DefectListPSN).AppendLine();
sb.AppendFormat(Localization.PSN_of_User_Data_Areas_LSN_0_0, response.PSNofLSNZero).AppendLine();
- sb.AppendFormat(Localization.Last_User_Data_Areas_LSN_0_0, response.LastUserAreaLSN).AppendLine();
- sb.AppendFormat(Localization.ISA0_size_0, response.ISA0).AppendLine();
- sb.AppendFormat(Localization.OSA_size_0, response.OSA).AppendLine();
- sb.AppendFormat(Localization.ISA1_size_0, response.ISA1).AppendLine();
- sb.AppendFormat(Localization.Spare_Area_Full_Flags_0, response.SpareAreaFullFlags).AppendLine();
- sb.AppendFormat(Localization.Disc_Type_Specific_Field_1_0, response.DiscTypeSpecificField1).AppendLine();
- sb.AppendFormat(Localization.Disc_Type_Specific_Field_2_0, response.DiscTypeSpecificField2).AppendLine();
+ sb.AppendFormat(Localization.Last_User_Data_Areas_LSN_0_0, response.LastUserAreaLSN).AppendLine();
+ sb.AppendFormat(Localization.ISA0_size_0, response.ISA0).AppendLine();
+ sb.AppendFormat(Localization.OSA_size_0, response.OSA).AppendLine();
+ sb.AppendFormat(Localization.ISA1_size_0, response.ISA1).AppendLine();
+ sb.AppendFormat(Localization.Spare_Area_Full_Flags_0, response.SpareAreaFullFlags).AppendLine();
+ sb.AppendFormat(Localization.Disc_Type_Specific_Field_1_0, response.DiscTypeSpecificField1).AppendLine();
+ sb.AppendFormat(Localization.Disc_Type_Specific_Field_2_0, response.DiscTypeSpecificField2).AppendLine();
sb.AppendFormat(Localization.Blu_ray_DDS_Status_Bits_in_hex_follows);
sb.AppendLine(PrintHex.ByteArrayToHexArrayString(response.StatusBits, 80));
sb.AppendFormat(Localization.Blu_ray_DDS_Disc_Type_Specific_Data_in_hex_follows);
@@ -225,5 +236,6 @@ public static class DDS
}
public static string Prettify(byte[] DDSResponse) => Prettify(Decode(DDSResponse));
- #endregion Public methods
+
+#endregion Public methods
}
\ No newline at end of file
diff --git a/Bluray/DI.cs b/Bluray/DI.cs
index 5383a69..5d4f796 100644
--- a/Bluray/DI.cs
+++ b/Bluray/DI.cs
@@ -52,10 +52,14 @@ namespace Aaru.Decoders.Bluray;
// T10/1675-D revision 2c
// T10/1675-D revision 4
// T10/1836-D revision 2g
-[SuppressMessage("ReSharper", "InconsistentNaming"), SuppressMessage("ReSharper", "MemberCanBeInternal"),
- SuppressMessage("ReSharper", "MemberCanBePrivate.Global"), SuppressMessage("ReSharper", "NotAccessedField.Global")]
+[SuppressMessage("ReSharper", "InconsistentNaming")]
+[SuppressMessage("ReSharper", "MemberCanBeInternal")]
+[SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
+[SuppressMessage("ReSharper", "NotAccessedField.Global")]
public static class DI
{
+#region BluSize enum
+
public enum BluSize : byte
{
/// 120mm
@@ -64,6 +68,10 @@ public static class DI
Eighty = 1
}
+#endregion
+
+#region ChannelLength enum
+
public enum ChannelLength : byte
{
/// 74.5nm channel or 25Gb/layer
@@ -72,6 +80,10 @@ public static class DI
Sixty = 2
}
+#endregion
+
+#region HybridLayer enum
+
public enum HybridLayer : byte
{
/// No hybrid layer
@@ -84,7 +96,10 @@ public static class DI
Rewritable = 3
}
- #region Private constants
+#endregion
+
+#region Private constants
+
const string DiscTypeBDROM = "BDO";
const string DiscTypeBDRE = "BDW";
const string DiscTypeBDR = "BDR";
@@ -92,9 +107,11 @@ public static class DI
/// Disc Information Unit Identifier "DI"
const ushort DIUIdentifier = 0x4449;
const string MODULE_NAME = "BD Disc Information decoder";
- #endregion Private constants
- #region Public methods
+#endregion Private constants
+
+#region Public methods
+
public static DiscInformation? Decode(byte[] DIResponse)
{
if(DIResponse == null)
@@ -116,7 +133,7 @@ public static class DI
Reserved2 = DIResponse[3]
};
- int offset = 4;
+ var offset = 4;
List units = new();
while(true)
@@ -211,7 +228,7 @@ public static class DI
decoded.Units = new DiscInformationUnits[units.Count];
- for(int i = 0; i < units.Count; i++)
+ for(var i = 0; i < units.Count; i++)
decoded.Units[i] = units[i];
return decoded;
@@ -228,15 +245,16 @@ public static class DI
foreach(DiscInformationUnits unit in response.Units)
{
- sb.AppendFormat(Localization.DI_Unit_Sequence_0, unit.Sequence).AppendLine();
- sb.AppendFormat(Localization.DI_Unit_Format_0, unit.Format).AppendLine();
- sb.AppendFormat(Localization.There_are_0_per_block, unit.UnitsPerBlock).AppendLine();
+ sb.AppendFormat(Localization.DI_Unit_Sequence_0, unit.Sequence).AppendLine();
+ sb.AppendFormat(Localization.DI_Unit_Format_0, unit.Format).AppendLine();
+ sb.AppendFormat(Localization.There_are_0_per_block, unit.UnitsPerBlock).AppendLine();
sb.AppendFormat(Localization.This_DI_refers_to_layer_0, unit.Layer).AppendLine();
if(Encoding.ASCII.GetString(unit.DiscTypeIdentifier) == DiscTypeBDRE)
sb.AppendFormat(Localization.Legacy_value_0, unit.Legacy).AppendLine();
- sb.AppendLine(unit.Continuation ? Localization.This_DI_continues_previous_unit
+ sb.AppendLine(unit.Continuation
+ ? Localization.This_DI_continues_previous_unit
: Localization.This_DI_starts_a_new_unit);
sb.AppendFormat(Localization.DI_Unit_is_0_bytes, unit.Length).AppendLine();
@@ -260,8 +278,8 @@ public static class DI
break;
}
- sb.AppendFormat(Localization.Disc_class_0, unit.DiscClass).AppendLine();
- sb.AppendFormat(Localization.Disc_version_0, unit.DiscVersion).AppendLine();
+ sb.AppendFormat(Localization.Disc_class_0, unit.DiscClass).AppendLine();
+ sb.AppendFormat(Localization.Disc_version_0, unit.DiscVersion).AppendLine();
sb.AppendFormat(Localization.This_disc_has_0_layers, unit.Layers).AppendLine();
switch(unit.DvdLayer)
@@ -338,6 +356,7 @@ public static class DI
}
if(Encoding.ASCII.GetString(unit.DiscTypeIdentifier) == DiscTypeBDR)
+ {
switch(unit.RecordedPolarity)
{
case 0:
@@ -356,6 +375,7 @@ public static class DI
break;
}
+ }
switch(unit.Bca)
{
@@ -374,8 +394,10 @@ public static class DI
}
if(unit.MaxTransfer > 0)
+ {
sb.AppendFormat(Localization.Disc_has_a_maximum_transfer_rate_of_0_Mbit_sec, unit.MaxTransfer).
AppendLine();
+ }
else
sb.AppendLine(Localization.Disc_does_not_specify_a_maximum_transfer_rate);
@@ -396,7 +418,7 @@ public static class DI
sb.AppendFormat(Localization.Disc_media_type_ID_0, Encoding.ASCII.GetString(unit.MediaTypeID)).
AppendLine();
- sb.AppendFormat(Localization.Disc_timestamp_0, unit.TimeStamp).AppendLine();
+ sb.AppendFormat(Localization.Disc_timestamp_0, unit.TimeStamp).AppendLine();
sb.AppendFormat(Localization.Disc_product_revision_number_0, unit.ProductRevisionNumber).AppendLine();
}
@@ -411,7 +433,7 @@ public static class DI
public static string ManufacturerFromDI(string manufacturerId)
{
- string manufacturer = "";
+ var manufacturer = "";
// ReSharper disable StringLiteralTypo
switch(manufacturerId)
@@ -500,9 +522,11 @@ public static class DI
return manufacturer != "" ? $"{manufacturer} (\"{manufacturerId}\")" : $"\"{manufacturerId}\"";
}
- #endregion Public methods
- #region Public structures
+#endregion Public methods
+
+#region Public structures
+
public struct DiscInformation
{
/// Bytes 0 to 1 Always 4098
@@ -585,5 +609,6 @@ public static class DI
/// Byte 111 Product revision number
public byte ProductRevisionNumber;
}
- #endregion Public structures
+
+#endregion Public structures
}
\ No newline at end of file
diff --git a/Bluray/Spare.cs b/Bluray/Spare.cs
index 7f169e5..6bddf52 100644
--- a/Bluray/Spare.cs
+++ b/Bluray/Spare.cs
@@ -50,12 +50,18 @@ namespace Aaru.Decoders.Bluray;
// T10/1675-D revision 2c
// T10/1675-D revision 4
// T10/1836-D revision 2g
-[SuppressMessage("ReSharper", "InconsistentNaming"), SuppressMessage("ReSharper", "MemberCanBeInternal"),
- SuppressMessage("ReSharper", "MemberCanBePrivate.Global"), SuppressMessage("ReSharper", "NotAccessedField.Global")]
+[SuppressMessage("ReSharper", "InconsistentNaming")]
+[SuppressMessage("ReSharper", "MemberCanBeInternal")]
+[SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
+[SuppressMessage("ReSharper", "NotAccessedField.Global")]
public static class Spare
{
const string MODULE_NAME = "BD Spare Area Information decoder";
- #region Public structures
+
+#region Nested type: SpareAreaInformation
+
+#region Public structures
+
public struct SpareAreaInformation
{
/// Bytes 0 to 1 Always 14
@@ -71,8 +77,13 @@ public static class Spare
/// Bytes 12 to 15 Allocated spare blocks
public uint AllocatedSpareBlocks;
}
- #endregion Public structures
- #region Public methods
+
+#endregion Public structures
+
+#endregion
+
+#region Public methods
+
public static SpareAreaInformation? Decode(byte[] SAIResponse)
{
if(SAIResponse == null)
@@ -120,12 +131,13 @@ public static class Spare
if(response.Reserved3 != 0)
sb.AppendFormat(Localization.Reserved3_equals_0_X8, response.Reserved3).AppendLine();
#endif
- sb.AppendFormat(Localization._0_free_spare_blocks, response.FreeSpareBlocks).AppendLine();
+ sb.AppendFormat(Localization._0_free_spare_blocks, response.FreeSpareBlocks).AppendLine();
sb.AppendFormat(Localization._0_allocated_spare_blocks, response.AllocatedSpareBlocks).AppendLine();
return sb.ToString();
}
public static string Prettify(byte[] SAIResponse) => Prettify(Decode(SAIResponse));
- #endregion Public methods
+
+#endregion Public methods
}
\ No newline at end of file
diff --git a/CD/ATIP.cs b/CD/ATIP.cs
index 67259ce..f187172 100644
--- a/CD/ATIP.cs
+++ b/CD/ATIP.cs
@@ -51,8 +51,10 @@ namespace Aaru.Decoders.CD;
// T10/1675-D revision 2c
// T10/1675-D revision 4
// T10/1836-D revision 2g
-[SuppressMessage("ReSharper", "InconsistentNaming"), SuppressMessage("ReSharper", "MemberCanBeInternal"),
- SuppressMessage("ReSharper", "MemberCanBePrivate.Global"), SuppressMessage("ReSharper", "NotAccessedField.Global")]
+[SuppressMessage("ReSharper", "InconsistentNaming")]
+[SuppressMessage("ReSharper", "MemberCanBeInternal")]
+[SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
+[SuppressMessage("ReSharper", "NotAccessedField.Global")]
public static class ATIP
{
const string MODULE_NAME = "CD ATIP decoder";
@@ -278,24 +280,32 @@ public static class ATIP
response.LeadOutStartSec, response.LeadOutStartFrame).AppendLine();
if(response.A1Valid)
+ {
sb.AppendFormat(Localization.A1_value_0,
(response.A1Values[0] << 16) + (response.A1Values[1] << 8) + response.A1Values[2]).
AppendLine();
+ }
if(response.A2Valid)
+ {
sb.AppendFormat(Localization.A2_value_0,
(response.A2Values[0] << 16) + (response.A2Values[1] << 8) + response.A2Values[2]).
AppendLine();
+ }
if(response.A3Valid)
+ {
sb.AppendFormat(Localization.A3_value_0,
(response.A3Values[0] << 16) + (response.A3Values[1] << 8) + response.A3Values[2]).
AppendLine();
+ }
if(response.S4Values != null)
+ {
sb.AppendFormat(Localization.S4_value_0,
(response.S4Values[0] << 16) + (response.S4Values[1] << 8) + response.S4Values[2]).
AppendLine();
+ }
}
if(response.LeadInStartMin != 97)
@@ -307,8 +317,11 @@ public static class ATIP
if(response.DiscType)
sb.AppendLine(Localization.Disc_uses_phase_change);
else
- sb.AppendLine(type < 5 ? Localization.Disc_uses_long_strategy_type_dye_Cyanine_AZO_etc
+ {
+ sb.AppendLine(type < 5
+ ? Localization.Disc_uses_long_strategy_type_dye_Cyanine_AZO_etc
: Localization.Disc_uses_short_strategy_type_dye_Phthalocyanine_etc);
+ }
string manufacturer = ManufacturerFromATIP(response.LeadInStartSec, frm);
@@ -333,25 +346,32 @@ public static class ATIP
case 10:
switch(frm)
{
- case 00: return "Ritek Co.";
+ case 00:
+ return "Ritek Co.";
}
break;
case 15:
switch(frm)
{
- case 00: return "TDK Corporation";
- case 10: return "Ritek Co.";
- case 20: return "Mitsubishi Chemical Corporation";
- case 30: return "NAN-YA Plastics Corporation";
+ case 00:
+ return "TDK Corporation";
+ case 10:
+ return "Ritek Co.";
+ case 20:
+ return "Mitsubishi Chemical Corporation";
+ case 30:
+ return "NAN-YA Plastics Corporation";
}
break;
case 16:
switch(frm)
{
- case 20: return "Shenzen SG&Gast Digital Optical Discs";
- case 30: return "Grand Advance Technology Ltd.";
+ case 20:
+ return "Shenzen SG&Gast Digital Optical Discs";
+ case 30:
+ return "Grand Advance Technology Ltd.";
}
break;
@@ -363,8 +383,10 @@ public static class ATIP
case 18:
switch(frm)
{
- case 10: return "Wealth Fair Investment Ltd.";
- case 60: return "Taroko International Co. Ltd.";
+ case 10:
+ return "Wealth Fair Investment Ltd.";
+ case 60:
+ return "Taroko International Co. Ltd.";
}
break;
@@ -376,113 +398,172 @@ public static class ATIP
case 21:
switch(frm)
{
- case 10: return "Grupo Condor S.L.";
- case 20: return "E-TOP Mediatek Inc.";
- case 30: return "Bestdisc Technology Corporation";
- case 40: return "Optical Disc Manufacturing Equipment";
- case 50: return "Sound Sound Multi-Media Development Ltd.";
+ case 10:
+ return "Grupo Condor S.L.";
+ case 20:
+ return "E-TOP Mediatek Inc.";
+ case 30:
+ return "Bestdisc Technology Corporation";
+ case 40:
+ return "Optical Disc Manufacturing Equipment";
+ case 50:
+ return "Sound Sound Multi-Media Development Ltd.";
}
break;
case 22:
switch(frm)
{
- case 00: return "Woongjin Media Corp.";
- case 10: return "Seantram Technology Inc.";
- case 20: return "Advanced Digital Media";
- case 30: return "EXIMPO";
- case 40: return "CIS Technology Inc.";
- case 50: return "Hong Kong Digital Technology Co., Ltd.";
- case 60: return "Acer Media Technology, Inc.";
+ case 00:
+ return "Woongjin Media Corp.";
+ case 10:
+ return "Seantram Technology Inc.";
+ case 20:
+ return "Advanced Digital Media";
+ case 30:
+ return "EXIMPO";
+ case 40:
+ return "CIS Technology Inc.";
+ case 50:
+ return "Hong Kong Digital Technology Co., Ltd.";
+ case 60:
+ return "Acer Media Technology, Inc.";
}
break;
case 23:
switch(frm)
{
- case 00: return "Matsushita Electric Industrial Co., Ltd.";
- case 10: return "Doremi Media Co., Ltd.";
- case 20: return "Nacar Media s.r.l.";
- case 30: return "Audio Distributors Co., Ltd.";
- case 40: return "Victor Company of Japan, Ltd.";
- case 50: return "Optrom Inc.";
- case 60: return "Customer Pressing Oosterhout";
+ case 00:
+ return "Matsushita Electric Industrial Co., Ltd.";
+ case 10:
+ return "Doremi Media Co., Ltd.";
+ case 20:
+ return "Nacar Media s.r.l.";
+ case 30:
+ return "Audio Distributors Co., Ltd.";
+ case 40:
+ return "Victor Company of Japan, Ltd.";
+ case 50:
+ return "Optrom Inc.";
+ case 60:
+ return "Customer Pressing Oosterhout";
}
break;
case 24:
switch(frm)
{
- case 00: return "Taiyo Yuden Company Ltd.";
- case 10: return "SONY Corporation";
- case 20: return "Computer Support Italy s.r.l.";
- case 30: return "Unitech Japan Inc.";
- case 40: return "kdg mediatech AG";
- case 50: return "Guann Yinn Co., Ltd.";
- case 60: return "Harmonic Hall Optical Disc Ltd.";
+ case 00:
+ return "Taiyo Yuden Company Ltd.";
+ case 10:
+ return "SONY Corporation";
+ case 20:
+ return "Computer Support Italy s.r.l.";
+ case 30:
+ return "Unitech Japan Inc.";
+ case 40:
+ return "kdg mediatech AG";
+ case 50:
+ return "Guann Yinn Co., Ltd.";
+ case 60:
+ return "Harmonic Hall Optical Disc Ltd.";
}
break;
case 25:
switch(frm)
{
- case 00: return "MPO";
- case 20: return "Hitachi Maxell, Ltd.";
- case 30: return "Infodisc Technology Co. Ltd.";
- case 40: return "Vivastar AG";
- case 50: return "AMS Technology Inc.";
- case 60: return "Xcitec Inc.";
+ case 00:
+ return "MPO";
+ case 20:
+ return "Hitachi Maxell, Ltd.";
+ case 30:
+ return "Infodisc Technology Co. Ltd.";
+ case 40:
+ return "Vivastar AG";
+ case 50:
+ return "AMS Technology Inc.";
+ case 60:
+ return "Xcitec Inc.";
}
break;
case 26:
switch(frm)
{
- case 00: return "Fornet International Pte Ltd.";
- case 10: return "POSTECH Corporation";
- case 20: return "SKC Co., Ltd.";
- case 30: return "Optical Disc Corporation";
- case 40: return "FUJI Photo Film Co., Ltd.";
- case 50: return "Lead Data Inc.";
- case 60: return "CMC Magnetics Corporation";
+ case 00:
+ return "Fornet International Pte Ltd.";
+ case 10:
+ return "POSTECH Corporation";
+ case 20:
+ return "SKC Co., Ltd.";
+ case 30:
+ return "Optical Disc Corporation";
+ case 40:
+ return "FUJI Photo Film Co., Ltd.";
+ case 50:
+ return "Lead Data Inc.";
+ case 60:
+ return "CMC Magnetics Corporation";
}
break;
case 27:
switch(frm)
{
- case 00: return "Digital Storage Technology Co., Ltd.";
- case 10: return "Plasmon Data systems Ltd.";
- case 20: return "Princo Corporation";
- case 30: return "Pioneer Video Corporation";
- case 40: return "Kodak Japan Ltd.";
- case 50: return "Mitsui Chemicals, Inc.";
- case 60: return "Ricoh Company Ltd.";
+ case 00:
+ return "Digital Storage Technology Co., Ltd.";
+ case 10:
+ return "Plasmon Data systems Ltd.";
+ case 20:
+ return "Princo Corporation";
+ case 30:
+ return "Pioneer Video Corporation";
+ case 40:
+ return "Kodak Japan Ltd.";
+ case 50:
+ return "Mitsui Chemicals, Inc.";
+ case 60:
+ return "Ricoh Company Ltd.";
}
break;
case 28:
switch(frm)
{
- case 00: return "Opti.Me.S. S.p.A.";
- case 10: return "Gigastore Corporation";
- case 20: return "Multi Media Masters & Machinary SA";
- case 30: return "Auvistar Industry Co., Ltd.";
- case 40: return "King Pro Mediatek Inc.";
- case 50: return "Delphi Technology Inc.";
- case 60: return "Friendly CD-Tek Co.";
+ case 00:
+ return "Opti.Me.S. S.p.A.";
+ case 10:
+ return "Gigastore Corporation";
+ case 20:
+ return "Multi Media Masters & Machinary SA";
+ case 30:
+ return "Auvistar Industry Co., Ltd.";
+ case 40:
+ return "King Pro Mediatek Inc.";
+ case 50:
+ return "Delphi Technology Inc.";
+ case 60:
+ return "Friendly CD-Tek Co.";
}
break;
case 29:
switch(frm)
{
- case 00: return "Taeil Media Co., Ltd.";
- case 10: return "Vanguard Disc Inc.";
- case 20: return "Unidisc Technology Co., Ltd.";
- case 30: return "Hile Optical Disc Technology Corp.";
- case 40: return "Viva Magnetics Ltd.";
- case 50: return "General Magnetics Ltd.";
+ case 00:
+ return "Taeil Media Co., Ltd.";
+ case 10:
+ return "Vanguard Disc Inc.";
+ case 20:
+ return "Unidisc Technology Co., Ltd.";
+ case 30:
+ return "Hile Optical Disc Technology Corp.";
+ case 40:
+ return "Viva Magnetics Ltd.";
+ case 50:
+ return "General Magnetics Ltd.";
}
break;
@@ -494,16 +575,20 @@ public static class ATIP
case 31:
switch(frm)
{
- case 00: return "Ritek Co.";
- case 30: return "Grand Advance Technology Ltd.";
+ case 00:
+ return "Ritek Co.";
+ case 30:
+ return "Grand Advance Technology Ltd.";
}
break;
case 32:
switch(frm)
{
- case 00: return "TDK Corporation";
- case 10: return "Prodisc Technology Inc.";
+ case 00:
+ return "TDK Corporation";
+ case 10:
+ return "Prodisc Technology Inc.";
}
break;
@@ -511,14 +596,16 @@ public static class ATIP
switch(frm)
{
case 20:
- case 22: return "Mitsubishi Chemical Corporation";
+ case 22:
+ return "Mitsubishi Chemical Corporation";
}
break;
case 36:
switch(frm)
{
- case 00: return "Gish International Co., Ltd.";
+ case 00:
+ return "Gish International Co., Ltd.";
}
break;
@@ -530,79 +617,116 @@ public static class ATIP
case 45:
switch(frm)
{
- case 00: return "Fornet International Pte Ltd.";
- case 10: return "Unitech Japan Inc.";
- case 20: return "Acer Media Technology, Inc.";
- case 40: return "CIS Technology Inc.";
- case 50: return "Guann Yinn Co., Ltd.";
- case 60: return "Xcitec Inc.";
+ case 00:
+ return "Fornet International Pte Ltd.";
+ case 10:
+ return "Unitech Japan Inc.";
+ case 20:
+ return "Acer Media Technology, Inc.";
+ case 40:
+ return "CIS Technology Inc.";
+ case 50:
+ return "Guann Yinn Co., Ltd.";
+ case 60:
+ return "Xcitec Inc.";
}
break;
case 46:
switch(frm)
{
- case 00: return "Taiyo Yuden Company Ltd.";
- case 10: return "Hong Kong Digital Technology Co., Ltd.";
- case 20: return "Multi Media Masters & Machinary SA";
- case 30: return "Computer Support Italy s.r.l.";
- case 40: return "FUJI Photo Film Co., Ltd.";
- case 50: return "Auvistar Industry Co., Ltd.";
- case 60: return "CMC Magnetics Corporation";
+ case 00:
+ return "Taiyo Yuden Company Ltd.";
+ case 10:
+ return "Hong Kong Digital Technology Co., Ltd.";
+ case 20:
+ return "Multi Media Masters & Machinary SA";
+ case 30:
+ return "Computer Support Italy s.r.l.";
+ case 40:
+ return "FUJI Photo Film Co., Ltd.";
+ case 50:
+ return "Auvistar Industry Co., Ltd.";
+ case 60:
+ return "CMC Magnetics Corporation";
}
break;
case 47:
switch(frm)
{
- case 10: return "Hitachi Maxell, Ltd.";
- case 20: return "Princo Corporation";
- case 40: return "POSTECH Corporation";
- case 50: return "Ritek Co.";
- case 60: return "Prodisc Technology Inc.";
+ case 10:
+ return "Hitachi Maxell, Ltd.";
+ case 20:
+ return "Princo Corporation";
+ case 40:
+ return "POSTECH Corporation";
+ case 50:
+ return "Ritek Co.";
+ case 60:
+ return "Prodisc Technology Inc.";
}
break;
case 48:
switch(frm)
{
- case 00: return "Ricoh Company Ltd.";
- case 10: return "Kodak Japan Ltd.";
- case 20: return "Plasmon Data systems Ltd.";
- case 30: return "Pioneer Video Corporation";
- case 40: return "Digital Storage Technology Co., Ltd.";
- case 50: return "Mitsui Chemicals, Inc.";
- case 60: return "Lead Data Inc.";
+ case 00:
+ return "Ricoh Company Ltd.";
+ case 10:
+ return "Kodak Japan Ltd.";
+ case 20:
+ return "Plasmon Data systems Ltd.";
+ case 30:
+ return "Pioneer Video Corporation";
+ case 40:
+ return "Digital Storage Technology Co., Ltd.";
+ case 50:
+ return "Mitsui Chemicals, Inc.";
+ case 60:
+ return "Lead Data Inc.";
}
break;
case 49:
switch(frm)
{
- case 00: return "TDK Corporation";
- case 10: return "Gigastore Corporation";
- case 20: return "King Pro Mediatek Inc.";
- case 30: return "Opti.Me.S. S.p.A.";
- case 40: return "Victor Company of Japan, Ltd.";
- case 60: return "Matsushita Electric Industrial Co., Ltd.";
+ case 00:
+ return "TDK Corporation";
+ case 10:
+ return "Gigastore Corporation";
+ case 20:
+ return "King Pro Mediatek Inc.";
+ case 30:
+ return "Opti.Me.S. S.p.A.";
+ case 40:
+ return "Victor Company of Japan, Ltd.";
+ case 60:
+ return "Matsushita Electric Industrial Co., Ltd.";
}
break;
case 50:
switch(frm)
{
- case 10: return "Vanguard Disc Inc.";
- case 20: return "Mitsubishi Chemical Corporation";
- case 30: return "CDA Datenträger Albrechts GmbH";
+ case 10:
+ return "Vanguard Disc Inc.";
+ case 20:
+ return "Mitsubishi Chemical Corporation";
+ case 30:
+ return "CDA Datenträger Albrechts GmbH";
}
break;
case 51:
switch(frm)
{
- case 10: return "Grand Advance Technology Ltd.";
- case 20: return "Infodisc Technology Co. Ltd.";
- case 50: return "Hile Optical Disc Technology Corp.";
+ case 10:
+ return "Grand Advance Technology Ltd.";
+ case 20:
+ return "Infodisc Technology Co. Ltd.";
+ case 50:
+ return "Hile Optical Disc Technology Corp.";
}
break;
@@ -611,6 +735,8 @@ public static class ATIP
return "";
}
+#region Nested type: CDATIP
+
public class CDATIP
{
/// Byte 6, bit 2 A1 values are valid
@@ -678,4 +804,6 @@ public static class ATIP
/// Byte 5, bit 6 Unrestricted media
public bool URU;
}
+
+#endregion
}
\ No newline at end of file
diff --git a/CD/CDTextOnLeadIn.cs b/CD/CDTextOnLeadIn.cs
index a45cc9e..b0c1944 100644
--- a/CD/CDTextOnLeadIn.cs
+++ b/CD/CDTextOnLeadIn.cs
@@ -51,11 +51,13 @@ namespace Aaru.Decoders.CD;
// T10/1675-D revision 2c
// T10/1675-D revision 4
// T10/1836-D revision 2g
-[SuppressMessage("ReSharper", "InconsistentNaming"), SuppressMessage("ReSharper", "MemberCanBeInternal"),
- SuppressMessage("ReSharper", "MemberCanBePrivate.Global"), SuppressMessage("ReSharper", "NotAccessedField.Global")]
+[SuppressMessage("ReSharper", "InconsistentNaming")]
+[SuppressMessage("ReSharper", "MemberCanBeInternal")]
+[SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
+[SuppressMessage("ReSharper", "NotAccessedField.Global")]
public static class CDTextOnLeadIn
{
- const string MODULE_NAME = "CD-TEXT decoder";
+#region PackTypeIndicator enum
public enum PackTypeIndicator : byte
{
@@ -93,6 +95,10 @@ public static class CDTextOnLeadIn
BlockSizeInformation = 0x8F
}
+#endregion
+
+ const string MODULE_NAME = "CD-TEXT decoder";
+
public static CDText? Decode(byte[] CDTextResponse)
{
if(CDTextResponse is not { Length: > 4 })
@@ -120,17 +126,17 @@ public static class CDTextOnLeadIn
return null;
}
- for(int i = 0; i < (decoded.DataLength - 2) / 18; i++)
+ for(var i = 0; i < (decoded.DataLength - 2) / 18; i++)
{
- decoded.DataPacks[i].HeaderID1 = CDTextResponse[0 + (i * 18) + 4];
- decoded.DataPacks[i].HeaderID2 = CDTextResponse[1 + (i * 18) + 4];
- decoded.DataPacks[i].HeaderID3 = CDTextResponse[2 + (i * 18) + 4];
- decoded.DataPacks[i].DBCC = Convert.ToBoolean(CDTextResponse[3 + (i * 18) + 4] & 0x80);
- decoded.DataPacks[i].BlockNumber = (byte)((CDTextResponse[3 + (i * 18) + 4] & 0x70) >> 4);
- decoded.DataPacks[i].CharacterPosition = (byte)(CDTextResponse[3 + (i * 18) + 4] & 0x0F);
+ decoded.DataPacks[i].HeaderID1 = CDTextResponse[0 + i * 18 + 4];
+ decoded.DataPacks[i].HeaderID2 = CDTextResponse[1 + i * 18 + 4];
+ decoded.DataPacks[i].HeaderID3 = CDTextResponse[2 + i * 18 + 4];
+ decoded.DataPacks[i].DBCC = Convert.ToBoolean(CDTextResponse[3 + i * 18 + 4] & 0x80);
+ decoded.DataPacks[i].BlockNumber = (byte)((CDTextResponse[3 + i * 18 + 4] & 0x70) >> 4);
+ decoded.DataPacks[i].CharacterPosition = (byte)(CDTextResponse[3 + i * 18 + 4] & 0x0F);
decoded.DataPacks[i].TextDataField = new byte[12];
- Array.Copy(CDTextResponse, 4 + (i * 18) + 4, decoded.DataPacks[i].TextDataField, 0, 12);
- decoded.DataPacks[i].CRC = BigEndianBitConverter.ToUInt16(CDTextResponse, 16 + (i * 18) + 4);
+ Array.Copy(CDTextResponse, 4 + i * 18 + 4, decoded.DataPacks[i].TextDataField, 0, 12);
+ decoded.DataPacks[i].CRC = BigEndianBitConverter.ToUInt16(CDTextResponse, 16 + i * 18 + 4);
}
return decoded;
@@ -153,12 +159,15 @@ public static class CDTextOnLeadIn
#endif
foreach(CDTextPack descriptor in response.DataPacks)
+ {
if((descriptor.HeaderID1 & 0x80) != 0x80)
{
// Ignore NOPs
if((descriptor.HeaderID1 & 0x80) != 0)
+ {
sb.AppendFormat(Localization.Incorrect_CD_Text_pack_type_0_not_decoding, descriptor.HeaderID1).
AppendLine();
+ }
}
else
{
@@ -169,8 +178,10 @@ public static class CDTextOnLeadIn
if(descriptor.HeaderID2 == 0x00)
sb.AppendLine(Localization.CD_Text_pack_contains_title_for_album);
else
+ {
sb.AppendFormat(Localization.CD_Text_pack_contains_title_for_track_0, descriptor.HeaderID2).
AppendLine();
+ }
break;
}
@@ -180,8 +191,10 @@ public static class CDTextOnLeadIn
if(descriptor.HeaderID2 == 0x00)
sb.AppendLine(Localization.CD_Text_pack_contains_performer_for_album);
else
+ {
sb.AppendFormat(Localization.CD_Text_pack_contains_performer_for_track_0,
descriptor.HeaderID2).AppendLine();
+ }
break;
}
@@ -191,8 +204,10 @@ public static class CDTextOnLeadIn
if(descriptor.HeaderID2 == 0x00)
sb.AppendLine(Localization.CD_Text_pack_contains_songwriter_for_album);
else
+ {
sb.AppendFormat(Localization.CD_Text_pack_contains_songwriter_for_track_0,
descriptor.HeaderID2).AppendLine();
+ }
break;
}
@@ -212,8 +227,10 @@ public static class CDTextOnLeadIn
if(descriptor.HeaderID2 == 0x00)
sb.AppendLine(Localization.CD_Text_pack_contains_arranger_for_album);
else
+ {
sb.AppendFormat(Localization.CD_Text_pack_contains_arranger_for_track_0,
descriptor.HeaderID2).AppendLine();
+ }
break;
}
@@ -223,8 +240,10 @@ public static class CDTextOnLeadIn
if(descriptor.HeaderID2 == 0x00)
sb.AppendLine(Localization.CD_Text_pack_contains_content_provider_message_for_album);
else
+ {
sb.AppendFormat(Localization.CD_Text_pack_contains_content_provider_message_for_track_0,
descriptor.HeaderID2).AppendLine();
+ }
break;
}
@@ -306,7 +325,7 @@ public static class CDTextOnLeadIn
if(descriptor.DBCC)
sb.AppendLine(Localization.Double_Byte_Character_Code_is_used);
- sb.AppendFormat(Localization.Block_number_0, descriptor.BlockNumber).AppendLine();
+ sb.AppendFormat(Localization.Block_number_0, descriptor.BlockNumber).AppendLine();
sb.AppendFormat(Localization.Character_position_0, descriptor.CharacterPosition).AppendLine();
sb.AppendFormat(Localization.Text_field_0,
@@ -327,6 +346,7 @@ public static class CDTextOnLeadIn
sb.AppendFormat(Localization.CRC_0_X4, descriptor.CRC).AppendLine();
}
+ }
return sb.ToString();
}
@@ -338,6 +358,8 @@ public static class CDTextOnLeadIn
return Prettify(decoded);
}
+#region Nested type: CDText
+
public struct CDText
{
/// Total size of returned CD-Text information minus this field
@@ -350,6 +372,10 @@ public static class CDTextOnLeadIn
public CDTextPack[] DataPacks;
}
+#endregion
+
+#region Nested type: CDTextPack
+
public struct CDTextPack
{
/// Byte 0 Pack ID1 (Pack Type)
@@ -369,4 +395,6 @@ public static class CDTextOnLeadIn
/// Bytes 16 to 17 CRC16
public ushort CRC;
}
+
+#endregion
}
\ No newline at end of file
diff --git a/CD/FullTOC.cs b/CD/FullTOC.cs
index c42701b..d1432bb 100644
--- a/CD/FullTOC.cs
+++ b/CD/FullTOC.cs
@@ -56,8 +56,9 @@ namespace Aaru.Decoders.CD;
// T10/1836-D revision 2g
// ISO/IEC 61104: Compact disc video system - 12 cm CD-V
// ISO/IEC 60908: Audio recording - Compact disc digital audio system
-[SuppressMessage("ReSharper", "InconsistentNaming"), SuppressMessage("ReSharper", "MemberCanBeInternal"),
- SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
+[SuppressMessage("ReSharper", "InconsistentNaming")]
+[SuppressMessage("ReSharper", "MemberCanBeInternal")]
+[SuppressMessage("ReSharper", "MemberCanBePrivate.Global")]
public static class FullTOC
{
const string MODULE_NAME = "CD full TOC decoder";
@@ -86,22 +87,22 @@ public static class FullTOC
return null;
}
- for(int i = 0; i < (decoded.DataLength - 2) / 11; i++)
+ for(var i = 0; i < (decoded.DataLength - 2) / 11; i++)
{
- decoded.TrackDescriptors[i].SessionNumber = CDFullTOCResponse[0 + (i * 11) + 4];
- decoded.TrackDescriptors[i].ADR = (byte)((CDFullTOCResponse[1 + (i * 11) + 4] & 0xF0) >> 4);
- decoded.TrackDescriptors[i].CONTROL = (byte)(CDFullTOCResponse[1 + (i * 11) + 4] & 0x0F);
- decoded.TrackDescriptors[i].TNO = CDFullTOCResponse[2 + (i * 11) + 4];
- decoded.TrackDescriptors[i].POINT = CDFullTOCResponse[3 + (i * 11) + 4];
- decoded.TrackDescriptors[i].Min = CDFullTOCResponse[4 + (i * 11) + 4];
- decoded.TrackDescriptors[i].Sec = CDFullTOCResponse[5 + (i * 11) + 4];
- decoded.TrackDescriptors[i].Frame = CDFullTOCResponse[6 + (i * 11) + 4];
- decoded.TrackDescriptors[i].Zero = CDFullTOCResponse[7 + (i * 11) + 4];
- decoded.TrackDescriptors[i].HOUR = (byte)((CDFullTOCResponse[7 + (i * 11) + 4] & 0xF0) >> 4);
- decoded.TrackDescriptors[i].PHOUR = (byte)(CDFullTOCResponse[7 + (i * 11) + 4] & 0x0F);
- decoded.TrackDescriptors[i].PMIN = CDFullTOCResponse[8 + (i * 11) + 4];
- decoded.TrackDescriptors[i].PSEC = CDFullTOCResponse[9 + (i * 11) + 4];
- decoded.TrackDescriptors[i].PFRAME = CDFullTOCResponse[10 + (i * 11) + 4];
+ decoded.TrackDescriptors[i].SessionNumber = CDFullTOCResponse[0 + i * 11 + 4];
+ decoded.TrackDescriptors[i].ADR = (byte)((CDFullTOCResponse[1 + i * 11 + 4] & 0xF0) >> 4);
+ decoded.TrackDescriptors[i].CONTROL = (byte)(CDFullTOCResponse[1 + i * 11 + 4] & 0x0F);
+ decoded.TrackDescriptors[i].TNO = CDFullTOCResponse[2 + i * 11 + 4];
+ decoded.TrackDescriptors[i].POINT = CDFullTOCResponse[3 + i * 11 + 4];
+ decoded.TrackDescriptors[i].Min = CDFullTOCResponse[4 + i * 11 + 4];
+ decoded.TrackDescriptors[i].Sec = CDFullTOCResponse[5 + i * 11 + 4];
+ decoded.TrackDescriptors[i].Frame = CDFullTOCResponse[6 + i * 11 + 4];
+ decoded.TrackDescriptors[i].Zero = CDFullTOCResponse[7 + i * 11 + 4];
+ decoded.TrackDescriptors[i].HOUR = (byte)((CDFullTOCResponse[7 + i * 11 + 4] & 0xF0) >> 4);
+ decoded.TrackDescriptors[i].PHOUR = (byte)(CDFullTOCResponse[7 + i * 11 + 4] & 0x0F);
+ decoded.TrackDescriptors[i].PMIN = CDFullTOCResponse[8 + i * 11 + 4];
+ decoded.TrackDescriptors[i].PSEC = CDFullTOCResponse[9 + i * 11 + 4];
+ decoded.TrackDescriptors[i].PFRAME = CDFullTOCResponse[10 + i * 11 + 4];
}
return decoded;
@@ -116,14 +117,15 @@ public static class FullTOC
var sb = new StringBuilder();
- int lastSession = 0;
+ var lastSession = 0;
sb.AppendFormat(Localization.First_complete_session_number_0, response.FirstCompleteSession).AppendLine();
- sb.AppendFormat(Localization.Last_complete_session_number_0, response.LastCompleteSession).AppendLine();
+ sb.AppendFormat(Localization.Last_complete_session_number_0, response.LastCompleteSession).AppendLine();
foreach(TrackDataDescriptor descriptor in response.TrackDescriptors)
- if((descriptor.CONTROL & 0x08) == 0x08 ||
- (descriptor.ADR != 1 && descriptor.ADR != 5 && descriptor.ADR != 4 && descriptor.ADR != 6) ||
+ {
+ if((descriptor.CONTROL & 0x08) == 0x08 ||
+ descriptor.ADR != 1 && descriptor.ADR != 5 && descriptor.ADR != 4 && descriptor.ADR != 6 ||
descriptor.TNO != 0)
{
sb.AppendLine(Localization.Unknown_TOC_entry_format_printing_values_as_is);
@@ -288,11 +290,15 @@ public static class FullTOC
case 0xA2:
{
if(descriptor.PHOUR > 0)
+ {
sb.AppendFormat(Localization.Lead_out_start_position_3_0_1_2, descriptor.PMIN,
descriptor.PSEC, descriptor.PFRAME, descriptor.PHOUR).AppendLine();
+ }
else
+ {
sb.AppendFormat(Localization.Lead_out_start_position_0_1_2, descriptor.PMIN,
descriptor.PSEC, descriptor.PFRAME).AppendLine();
+ }
//sb.AppendFormat("Absolute time: {3:D2}:{0:D2}:{1:D2}:{2:D2}", descriptor.Min, descriptor.Sec, descriptor.Frame, descriptor.HOUR).AppendLine();
@@ -317,16 +323,20 @@ public static class FullTOC
case 0xF0:
{
- sb.AppendFormat(Localization.Book_type_0, descriptor.PMIN);
- sb.AppendFormat(Localization.Material_type_0, descriptor.PSEC);
+ sb.AppendFormat(Localization.Book_type_0, descriptor.PMIN);
+ sb.AppendFormat(Localization.Material_type_0, descriptor.PSEC);
sb.AppendFormat(Localization.Moment_of_inertia_0, descriptor.PFRAME);
if(descriptor.PHOUR > 0)
+ {
sb.AppendFormat(Localization.Absolute_time_3_0_1_2, descriptor.Min, descriptor.Sec,
descriptor.Frame, descriptor.HOUR).AppendLine();
+ }
else
+ {
sb.AppendFormat(Localization.Absolute_time_0_1_2, descriptor.Min, descriptor.Sec,
descriptor.Frame).AppendLine();
+ }
break;
}
@@ -334,10 +344,13 @@ public static class FullTOC
default:
{
if(descriptor.POINT is >= 0x01 and <= 0x63)
+ {
if(descriptor.ADR == 4)
+ {
sb.AppendFormat(Localization.Video_track_3_starts_at_0_1_2, descriptor.PMIN,
descriptor.PSEC, descriptor.PFRAME, descriptor.POINT).
AppendLine();
+ }
else
{
bool data = (TocControl)(descriptor.CONTROL & 0x0D) == TocControl.DataTrack ||
@@ -345,14 +358,24 @@ public static class FullTOC
TocControl.DataTrackIncremental;
if(descriptor.PHOUR > 0)
- sb.AppendFormat(data ? Localization.Data_track_3_starts_at_4_0_1_2_open_parenthesis : Localization.Audio_track_3_starts_at_4_0_1_2_open_parenthesis,
- descriptor.PMIN, descriptor.PSEC, descriptor.PFRAME,
- descriptor.POINT, descriptor.PHOUR);
+ {
+ sb.AppendFormat(
+ data
+ ? Localization.Data_track_3_starts_at_4_0_1_2_open_parenthesis
+ : Localization.Audio_track_3_starts_at_4_0_1_2_open_parenthesis,
+ descriptor.PMIN, descriptor.PSEC, descriptor.PFRAME,
+ descriptor.POINT, descriptor.PHOUR);
+ }
else
- sb.AppendFormat(data ? Localization.Data_track_3_starts_at_0_1_2_open_parenthesis : Localization.Audio_track_3_starts_at_0_1_2_open_parenthesis,
- descriptor.PMIN, descriptor.PSEC, descriptor.PFRAME,
- descriptor.POINT);
+ {
+ sb.AppendFormat(
+ data
+ ? Localization.Data_track_3_starts_at_0_1_2_open_parenthesis
+ : Localization.Audio_track_3_starts_at_0_1_2_open_parenthesis,
+ descriptor.PMIN, descriptor.PSEC, descriptor.PFRAME,
+ descriptor.POINT);
+ }
switch((TocControl)(descriptor.CONTROL & 0x0D))
{
@@ -385,6 +408,7 @@ public static class FullTOC
sb.AppendLine(Localization.close_parenthesis);
}
+ }
else
{
sb.Append($"ADR = {descriptor.ADR}").AppendLine();
@@ -417,24 +441,32 @@ public static class FullTOC
if(descriptor.PHOUR > 0)
{
sb.
- AppendFormat(Localization.Start_of_next_possible_program_in_the_recordable_area_of_the_disc_3_0_1_2,
- descriptor.Min, descriptor.Sec, descriptor.Frame, descriptor.HOUR).
+ AppendFormat(
+ Localization.
+ Start_of_next_possible_program_in_the_recordable_area_of_the_disc_3_0_1_2,
+ descriptor.Min, descriptor.Sec, descriptor.Frame, descriptor.HOUR).
AppendLine();
sb.
- AppendFormat(Localization.Maximum_start_of_outermost_Lead_out_in_the_recordable_area_of_the_disc_3_0_1_2,
- descriptor.PMIN, descriptor.PSEC, descriptor.PFRAME,
- descriptor.PHOUR).AppendLine();
+ AppendFormat(
+ Localization.
+ Maximum_start_of_outermost_Lead_out_in_the_recordable_area_of_the_disc_3_0_1_2,
+ descriptor.PMIN, descriptor.PSEC, descriptor.PFRAME,
+ descriptor.PHOUR).AppendLine();
}
else
{
sb.
- AppendFormat(Localization.Start_of_next_possible_program_in_the_recordable_area_of_the_disc_0_1_2,
- descriptor.Min, descriptor.Sec, descriptor.Frame).AppendLine();
+ AppendFormat(
+ Localization.
+ Start_of_next_possible_program_in_the_recordable_area_of_the_disc_0_1_2,
+ descriptor.Min, descriptor.Sec, descriptor.Frame).AppendLine();
sb.
- AppendFormat(Localization.Maximum_start_of_outermost_Lead_out_in_the_recordable_area_of_the_disc_0_1_2,
- descriptor.PMIN, descriptor.PSEC, descriptor.PFRAME).AppendLine();
+ AppendFormat(
+ Localization.
+ Maximum_start_of_outermost_Lead_out_in_the_recordable_area_of_the_disc_0_1_2,
+ descriptor.PMIN, descriptor.PSEC, descriptor.PFRAME).AppendLine();
}
break;
@@ -471,13 +503,18 @@ public static class FullTOC
sb.AppendFormat(Localization.Optimum_recording_power_0, descriptor.Min).AppendLine();
if(descriptor.PHOUR > 0)
+ {
sb.
- AppendFormat(Localization.Start_time_of_the_first_Lead_in_area_in_the_disc_3_0_1_2,
- descriptor.PMIN, descriptor.PSEC, descriptor.PFRAME,
- descriptor.PHOUR).AppendLine();
+ AppendFormat(
+ Localization.Start_time_of_the_first_Lead_in_area_in_the_disc_3_0_1_2,
+ descriptor.PMIN, descriptor.PSEC, descriptor.PFRAME,
+ descriptor.PHOUR).AppendLine();
+ }
else
+ {
sb.AppendFormat(Localization.Start_time_of_the_first_Lead_in_area_in_the_disc_0_1_2,
descriptor.PMIN, descriptor.PSEC, descriptor.PFRAME).AppendLine();
+ }
break;
}
@@ -555,13 +592,14 @@ public static class FullTOC
case 6:
{
- uint id = (uint)((descriptor.Min << 16) + (descriptor.Sec << 8) + descriptor.Frame);
+ var id = (uint)((descriptor.Min << 16) + (descriptor.Sec << 8) + descriptor.Frame);
sb.AppendFormat(Localization.Disc_ID_0_X6, id & 0x00FFFFFF).AppendLine();
break;
}
}
}
+ }
return sb.ToString();
}
@@ -573,50 +611,6 @@ public static class FullTOC
return Prettify(decoded);
}
- public struct CDFullTOC
- {
- /// Total size of returned session information minus this field
- public ushort DataLength;
- /// First complete session number in hex
- public byte FirstCompleteSession;
- /// Last complete session number in hex
- public byte LastCompleteSession;
- /// Track descriptors
- public TrackDataDescriptor[] TrackDescriptors;
- }
-
- public struct TrackDataDescriptor
- {
- /// Byte 0 Session number in hex
- public byte SessionNumber;
- /// Byte 1, bits 7 to 4 Type of information in Q subchannel of block where this TOC entry was found
- public byte ADR;
- /// Byte 1, bits 3 to 0 Track attributes
- public byte CONTROL;
- /// Byte 2
- public byte TNO;
- /// Byte 3
- public byte POINT;
- /// Byte 4
- public byte Min;
- /// Byte 5
- public byte Sec;
- /// Byte 6
- public byte Frame;
- /// Byte 7, CD only
- public byte Zero;
- /// Byte 7, bits 7 to 4, DDCD only
- public byte HOUR;
- /// Byte 7, bits 3 to 0, DDCD only
- public byte PHOUR;
- /// Byte 8
- public byte PMIN;
- /// Byte 9
- public byte PSEC;
- /// Byte 10
- public byte PFRAME;
- }
-
public static CDFullTOC Create(List