git
This commit is contained in:
936
.editorconfig
Normal file
936
.editorconfig
Normal file
@@ -0,0 +1,936 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
# ij_continuation_indent_size = 8
|
||||||
|
# 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
|
||||||
|
|
||||||
|
[*.java]
|
||||||
|
# ij_java_align_consecutive_assignments = false
|
||||||
|
# ij_java_align_consecutive_variable_declarations = false
|
||||||
|
# ij_java_align_group_field_declarations = false
|
||||||
|
# ij_java_align_multiline_annotation_parameters = false
|
||||||
|
# ij_java_align_multiline_array_initializer_expression = false
|
||||||
|
# ij_java_align_multiline_assignment = false
|
||||||
|
# ij_java_align_multiline_binary_operation = false
|
||||||
|
# ij_java_align_multiline_chained_methods = false
|
||||||
|
# ij_java_align_multiline_deconstruction_list_components = true
|
||||||
|
# ij_java_align_multiline_extends_list = false
|
||||||
|
# ij_java_align_multiline_for = true
|
||||||
|
# ij_java_align_multiline_method_parentheses = false
|
||||||
|
# ij_java_align_multiline_parameters = true
|
||||||
|
# ij_java_align_multiline_parameters_in_calls = false
|
||||||
|
# ij_java_align_multiline_parenthesized_expression = false
|
||||||
|
# ij_java_align_multiline_records = true
|
||||||
|
# ij_java_align_multiline_resources = true
|
||||||
|
# ij_java_align_multiline_ternary_operation = false
|
||||||
|
# ij_java_align_multiline_text_blocks = false
|
||||||
|
# ij_java_align_multiline_throws_list = false
|
||||||
|
# ij_java_align_subsequent_simple_methods = false
|
||||||
|
# ij_java_align_throws_keyword = false
|
||||||
|
# ij_java_align_types_in_multi_catch = true
|
||||||
|
# ij_java_annotation_parameter_wrap = off
|
||||||
|
# ij_java_array_initializer_new_line_after_left_brace = false
|
||||||
|
# ij_java_array_initializer_right_brace_on_new_line = false
|
||||||
|
# ij_java_array_initializer_wrap = off
|
||||||
|
# ij_java_assert_statement_colon_on_next_line = false
|
||||||
|
# ij_java_assert_statement_wrap = off
|
||||||
|
# ij_java_assignment_wrap = off
|
||||||
|
# ij_java_binary_operation_sign_on_next_line = false
|
||||||
|
# ij_java_binary_operation_wrap = off
|
||||||
|
# ij_java_blank_lines_after_anonymous_class_header = 0
|
||||||
|
# ij_java_blank_lines_after_class_header = 0
|
||||||
|
# ij_java_blank_lines_after_imports = 1
|
||||||
|
# ij_java_blank_lines_after_package = 1
|
||||||
|
# ij_java_blank_lines_around_class = 1
|
||||||
|
# ij_java_blank_lines_around_field = 0
|
||||||
|
# ij_java_blank_lines_around_field_in_interface = 0
|
||||||
|
# ij_java_blank_lines_around_field_with_annotations = 0
|
||||||
|
# ij_java_blank_lines_around_initializer = 1
|
||||||
|
# ij_java_blank_lines_around_method = 1
|
||||||
|
# ij_java_blank_lines_around_method_in_interface = 1
|
||||||
|
# ij_java_blank_lines_before_class_end = 0
|
||||||
|
# ij_java_blank_lines_before_imports = 1
|
||||||
|
# ij_java_blank_lines_before_method_body = 0
|
||||||
|
# ij_java_blank_lines_before_package = 0
|
||||||
|
# ij_java_block_brace_style = end_of_line
|
||||||
|
# ij_java_block_comment_add_space = false
|
||||||
|
# ij_java_block_comment_at_first_column = true
|
||||||
|
# ij_java_builder_methods =
|
||||||
|
# ij_java_call_parameters_new_line_after_left_paren = false
|
||||||
|
# ij_java_call_parameters_right_paren_on_new_line = false
|
||||||
|
# ij_java_call_parameters_wrap = off
|
||||||
|
# ij_java_case_statement_on_separate_line = true
|
||||||
|
# ij_java_catch_on_new_line = false
|
||||||
|
# ij_java_class_annotation_wrap = split_into_lines
|
||||||
|
# ij_java_class_brace_style = end_of_line
|
||||||
|
# ij_java_class_count_to_use_import_on_demand = 5
|
||||||
|
# ij_java_class_names_in_javadoc = 1
|
||||||
|
# ij_java_deconstruction_list_wrap = normal
|
||||||
|
# ij_java_do_not_indent_top_level_class_members = false
|
||||||
|
# ij_java_do_not_wrap_after_single_annotation = false
|
||||||
|
# ij_java_do_not_wrap_after_single_annotation_in_parameter = false
|
||||||
|
# ij_java_do_while_brace_force = never
|
||||||
|
# ij_java_doc_add_blank_line_after_description = true
|
||||||
|
# ij_java_doc_add_blank_line_after_param_comments = false
|
||||||
|
# ij_java_doc_add_blank_line_after_return = false
|
||||||
|
# ij_java_doc_add_p_tag_on_empty_lines = true
|
||||||
|
# ij_java_doc_align_exception_comments = true
|
||||||
|
# ij_java_doc_align_param_comments = true
|
||||||
|
# ij_java_doc_do_not_wrap_if_one_line = false
|
||||||
|
# ij_java_doc_enable_formatting = true
|
||||||
|
# ij_java_doc_enable_leading_asterisks = true
|
||||||
|
# ij_java_doc_indent_on_continuation = false
|
||||||
|
# ij_java_doc_keep_empty_lines = true
|
||||||
|
# ij_java_doc_keep_empty_parameter_tag = true
|
||||||
|
# ij_java_doc_keep_empty_return_tag = true
|
||||||
|
# ij_java_doc_keep_empty_throws_tag = true
|
||||||
|
# ij_java_doc_keep_invalid_tags = true
|
||||||
|
# ij_java_doc_param_description_on_new_line = false
|
||||||
|
# ij_java_doc_preserve_line_breaks = false
|
||||||
|
# ij_java_doc_use_throws_not_exception_tag = true
|
||||||
|
# ij_java_else_on_new_line = false
|
||||||
|
# ij_java_entity_dd_prefix =
|
||||||
|
# ij_java_entity_dd_suffix = EJB
|
||||||
|
# ij_java_entity_eb_prefix =
|
||||||
|
# ij_java_entity_eb_suffix = Bean
|
||||||
|
# ij_java_entity_hi_prefix =
|
||||||
|
# ij_java_entity_hi_suffix = Home
|
||||||
|
# ij_java_entity_lhi_prefix = Local
|
||||||
|
# ij_java_entity_lhi_suffix = Home
|
||||||
|
# ij_java_entity_li_prefix = Local
|
||||||
|
# ij_java_entity_li_suffix =
|
||||||
|
# ij_java_entity_pk_class = java.lang.String
|
||||||
|
# ij_java_entity_ri_prefix =
|
||||||
|
# ij_java_entity_ri_suffix =
|
||||||
|
# ij_java_entity_vo_prefix =
|
||||||
|
# ij_java_entity_vo_suffix = VO
|
||||||
|
# ij_java_enum_constants_wrap = off
|
||||||
|
# ij_java_enum_field_annotation_wrap = off
|
||||||
|
# ij_java_extends_keyword_wrap = off
|
||||||
|
# ij_java_extends_list_wrap = off
|
||||||
|
# ij_java_field_annotation_wrap = split_into_lines
|
||||||
|
# ij_java_field_name_prefix =
|
||||||
|
# ij_java_field_name_suffix =
|
||||||
|
# ij_java_filter_class_prefix =
|
||||||
|
# ij_java_filter_class_suffix =
|
||||||
|
# ij_java_filter_dd_prefix =
|
||||||
|
# ij_java_filter_dd_suffix =
|
||||||
|
# ij_java_finally_on_new_line = false
|
||||||
|
# ij_java_for_brace_force = never
|
||||||
|
# ij_java_for_statement_new_line_after_left_paren = false
|
||||||
|
# ij_java_for_statement_right_paren_on_new_line = false
|
||||||
|
# ij_java_for_statement_wrap = off
|
||||||
|
# ij_java_generate_final_locals = false
|
||||||
|
# ij_java_generate_final_parameters = false
|
||||||
|
# ij_java_generate_use_type_annotation_before_type = true
|
||||||
|
# ij_java_if_brace_force = never
|
||||||
|
# ij_java_imports_layout = @*,*,|,javax.**,java.**,|,$*
|
||||||
|
# ij_java_indent_case_from_switch = true
|
||||||
|
# ij_java_insert_inner_class_imports = false
|
||||||
|
# ij_java_insert_override_annotation = true
|
||||||
|
# ij_java_keep_blank_lines_before_right_brace = 2
|
||||||
|
# ij_java_keep_blank_lines_between_package_declaration_and_header = 2
|
||||||
|
# ij_java_keep_blank_lines_in_code = 2
|
||||||
|
# ij_java_keep_blank_lines_in_declarations = 2
|
||||||
|
# ij_java_keep_builder_methods_indents = false
|
||||||
|
# ij_java_keep_control_statement_in_one_line = true
|
||||||
|
# ij_java_keep_first_column_comment = true
|
||||||
|
# ij_java_keep_indents_on_empty_lines = false
|
||||||
|
# ij_java_keep_line_breaks = true
|
||||||
|
# ij_java_keep_multiple_expressions_in_one_line = false
|
||||||
|
# ij_java_keep_simple_blocks_in_one_line = false
|
||||||
|
# ij_java_keep_simple_classes_in_one_line = false
|
||||||
|
# ij_java_keep_simple_lambdas_in_one_line = false
|
||||||
|
# ij_java_keep_simple_methods_in_one_line = false
|
||||||
|
# ij_java_label_indent_absolute = false
|
||||||
|
# ij_java_label_indent_size = 0
|
||||||
|
# ij_java_lambda_brace_style = end_of_line
|
||||||
|
# ij_java_layout_on_demand_import_from_same_package_first = true
|
||||||
|
# ij_java_layout_static_imports_separately = true
|
||||||
|
# ij_java_line_comment_add_space = false
|
||||||
|
# ij_java_line_comment_add_space_on_reformat = false
|
||||||
|
# ij_java_line_comment_at_first_column = true
|
||||||
|
# ij_java_listener_class_prefix =
|
||||||
|
# ij_java_listener_class_suffix =
|
||||||
|
# ij_java_local_variable_name_prefix =
|
||||||
|
# ij_java_local_variable_name_suffix =
|
||||||
|
# ij_java_message_dd_prefix =
|
||||||
|
# ij_java_message_dd_suffix = EJB
|
||||||
|
# ij_java_message_eb_prefix =
|
||||||
|
# ij_java_message_eb_suffix = Bean
|
||||||
|
# ij_java_method_annotation_wrap = split_into_lines
|
||||||
|
# ij_java_method_brace_style = end_of_line
|
||||||
|
# ij_java_method_call_chain_wrap = off
|
||||||
|
# ij_java_method_parameters_new_line_after_left_paren = false
|
||||||
|
# ij_java_method_parameters_right_paren_on_new_line = false
|
||||||
|
# ij_java_method_parameters_wrap = off
|
||||||
|
# ij_java_modifier_list_wrap = false
|
||||||
|
# ij_java_multi_catch_types_wrap = normal
|
||||||
|
# ij_java_names_count_to_use_import_on_demand = 3
|
||||||
|
# ij_java_new_line_after_lparen_in_annotation = false
|
||||||
|
# ij_java_new_line_after_lparen_in_deconstruction_pattern = true
|
||||||
|
# ij_java_new_line_after_lparen_in_record_header = false
|
||||||
|
# ij_java_new_line_when_body_is_presented = false
|
||||||
|
# ij_java_packages_to_use_import_on_demand = java.awt.*,javax.swing.*
|
||||||
|
# ij_java_parameter_annotation_wrap = off
|
||||||
|
# ij_java_parameter_name_prefix =
|
||||||
|
# ij_java_parameter_name_suffix =
|
||||||
|
# ij_java_parentheses_expression_new_line_after_left_paren = false
|
||||||
|
# ij_java_parentheses_expression_right_paren_on_new_line = false
|
||||||
|
# ij_java_place_assignment_sign_on_next_line = false
|
||||||
|
# ij_java_prefer_longer_names = true
|
||||||
|
# ij_java_prefer_parameters_wrap = false
|
||||||
|
# ij_java_preserve_module_imports = true
|
||||||
|
# ij_java_record_components_wrap = normal
|
||||||
|
# ij_java_repeat_annotations =
|
||||||
|
# ij_java_repeat_synchronized = true
|
||||||
|
# ij_java_replace_instanceof_and_cast = false
|
||||||
|
# ij_java_replace_null_check = true
|
||||||
|
# ij_java_replace_sum_lambda_with_method_ref = true
|
||||||
|
# ij_java_resource_list_new_line_after_left_paren = false
|
||||||
|
# ij_java_resource_list_right_paren_on_new_line = false
|
||||||
|
# ij_java_resource_list_wrap = off
|
||||||
|
# ij_java_rparen_on_new_line_in_annotation = false
|
||||||
|
# ij_java_rparen_on_new_line_in_deconstruction_pattern = true
|
||||||
|
# ij_java_rparen_on_new_line_in_record_header = false
|
||||||
|
# ij_java_servlet_class_prefix =
|
||||||
|
# ij_java_servlet_class_suffix =
|
||||||
|
# ij_java_servlet_dd_prefix =
|
||||||
|
# ij_java_servlet_dd_suffix =
|
||||||
|
# ij_java_session_dd_prefix =
|
||||||
|
# ij_java_session_dd_suffix = EJB
|
||||||
|
# ij_java_session_eb_prefix =
|
||||||
|
# ij_java_session_eb_suffix = Bean
|
||||||
|
# ij_java_session_hi_prefix =
|
||||||
|
# ij_java_session_hi_suffix = Home
|
||||||
|
# ij_java_session_lhi_prefix = Local
|
||||||
|
# ij_java_session_lhi_suffix = Home
|
||||||
|
# ij_java_session_li_prefix = Local
|
||||||
|
# ij_java_session_li_suffix =
|
||||||
|
# ij_java_session_ri_prefix =
|
||||||
|
# ij_java_session_ri_suffix =
|
||||||
|
# ij_java_session_si_prefix =
|
||||||
|
# ij_java_session_si_suffix = Service
|
||||||
|
# ij_java_space_after_closing_angle_bracket_in_type_argument = false
|
||||||
|
# ij_java_space_after_colon = true
|
||||||
|
# ij_java_space_after_comma = true
|
||||||
|
# ij_java_space_after_comma_in_type_arguments = true
|
||||||
|
# ij_java_space_after_for_semicolon = true
|
||||||
|
# ij_java_space_after_quest = true
|
||||||
|
# ij_java_space_after_type_cast = true
|
||||||
|
# ij_java_space_before_annotation_array_initializer_left_brace = false
|
||||||
|
# ij_java_space_before_annotation_parameter_list = false
|
||||||
|
# ij_java_space_before_array_initializer_left_brace = false
|
||||||
|
# ij_java_space_before_catch_keyword = true
|
||||||
|
# ij_java_space_before_catch_left_brace = true
|
||||||
|
# ij_java_space_before_catch_parentheses = true
|
||||||
|
# ij_java_space_before_class_left_brace = true
|
||||||
|
# ij_java_space_before_colon = true
|
||||||
|
# ij_java_space_before_colon_in_foreach = true
|
||||||
|
# ij_java_space_before_comma = false
|
||||||
|
# ij_java_space_before_deconstruction_list = false
|
||||||
|
# ij_java_space_before_do_left_brace = true
|
||||||
|
# ij_java_space_before_else_keyword = true
|
||||||
|
# ij_java_space_before_else_left_brace = true
|
||||||
|
# ij_java_space_before_finally_keyword = true
|
||||||
|
# ij_java_space_before_finally_left_brace = true
|
||||||
|
# ij_java_space_before_for_left_brace = true
|
||||||
|
# ij_java_space_before_for_parentheses = true
|
||||||
|
# ij_java_space_before_for_semicolon = false
|
||||||
|
# ij_java_space_before_if_left_brace = true
|
||||||
|
# ij_java_space_before_if_parentheses = true
|
||||||
|
# ij_java_space_before_method_call_parentheses = false
|
||||||
|
# ij_java_space_before_method_left_brace = true
|
||||||
|
# ij_java_space_before_method_parentheses = false
|
||||||
|
# ij_java_space_before_opening_angle_bracket_in_type_parameter = false
|
||||||
|
# ij_java_space_before_quest = true
|
||||||
|
# ij_java_space_before_switch_left_brace = true
|
||||||
|
# ij_java_space_before_switch_parentheses = true
|
||||||
|
# ij_java_space_before_synchronized_left_brace = true
|
||||||
|
# ij_java_space_before_synchronized_parentheses = true
|
||||||
|
# ij_java_space_before_try_left_brace = true
|
||||||
|
# ij_java_space_before_try_parentheses = true
|
||||||
|
# ij_java_space_before_type_parameter_list = false
|
||||||
|
# ij_java_space_before_while_keyword = true
|
||||||
|
# ij_java_space_before_while_left_brace = true
|
||||||
|
# ij_java_space_before_while_parentheses = true
|
||||||
|
# ij_java_space_inside_one_line_enum_braces = false
|
||||||
|
# ij_java_space_within_empty_array_initializer_braces = false
|
||||||
|
# ij_java_space_within_empty_method_call_parentheses = false
|
||||||
|
# ij_java_space_within_empty_method_parentheses = false
|
||||||
|
# ij_java_spaces_around_additive_operators = true
|
||||||
|
# ij_java_spaces_around_annotation_eq = true
|
||||||
|
# ij_java_spaces_around_assignment_operators = true
|
||||||
|
# ij_java_spaces_around_bitwise_operators = true
|
||||||
|
# ij_java_spaces_around_equality_operators = true
|
||||||
|
# ij_java_spaces_around_lambda_arrow = true
|
||||||
|
# ij_java_spaces_around_logical_operators = true
|
||||||
|
# ij_java_spaces_around_method_ref_dbl_colon = false
|
||||||
|
# ij_java_spaces_around_multiplicative_operators = true
|
||||||
|
# ij_java_spaces_around_relational_operators = true
|
||||||
|
# ij_java_spaces_around_shift_operators = true
|
||||||
|
# ij_java_spaces_around_type_bounds_in_type_parameters = true
|
||||||
|
# ij_java_spaces_around_unary_operator = false
|
||||||
|
# ij_java_spaces_inside_block_braces_when_body_is_present = false
|
||||||
|
# ij_java_spaces_within_angle_brackets = false
|
||||||
|
# ij_java_spaces_within_annotation_parentheses = false
|
||||||
|
# ij_java_spaces_within_array_initializer_braces = false
|
||||||
|
# ij_java_spaces_within_braces = false
|
||||||
|
# ij_java_spaces_within_brackets = false
|
||||||
|
# ij_java_spaces_within_cast_parentheses = false
|
||||||
|
# ij_java_spaces_within_catch_parentheses = false
|
||||||
|
# ij_java_spaces_within_deconstruction_list = false
|
||||||
|
# ij_java_spaces_within_for_parentheses = false
|
||||||
|
# ij_java_spaces_within_if_parentheses = false
|
||||||
|
# ij_java_spaces_within_method_call_parentheses = false
|
||||||
|
# ij_java_spaces_within_method_parentheses = false
|
||||||
|
# ij_java_spaces_within_parentheses = false
|
||||||
|
# ij_java_spaces_within_record_header = false
|
||||||
|
# ij_java_spaces_within_switch_parentheses = false
|
||||||
|
# ij_java_spaces_within_synchronized_parentheses = false
|
||||||
|
# ij_java_spaces_within_try_parentheses = false
|
||||||
|
# ij_java_spaces_within_while_parentheses = false
|
||||||
|
# ij_java_special_else_if_treatment = true
|
||||||
|
# ij_java_static_field_name_prefix =
|
||||||
|
# ij_java_static_field_name_suffix =
|
||||||
|
# ij_java_subclass_name_prefix =
|
||||||
|
# ij_java_subclass_name_suffix = Impl
|
||||||
|
# ij_java_switch_expressions_wrap = normal
|
||||||
|
# ij_java_ternary_operation_signs_on_next_line = false
|
||||||
|
# ij_java_ternary_operation_wrap = off
|
||||||
|
# ij_java_test_name_prefix =
|
||||||
|
# ij_java_test_name_suffix = Test
|
||||||
|
# ij_java_throws_keyword_wrap = off
|
||||||
|
# ij_java_throws_list_wrap = off
|
||||||
|
# ij_java_use_external_annotations = false
|
||||||
|
# ij_java_use_fq_class_names = false
|
||||||
|
# ij_java_use_relative_indents = false
|
||||||
|
# ij_java_use_single_class_imports = true
|
||||||
|
# ij_java_variable_annotation_wrap = off
|
||||||
|
# ij_java_visibility = public
|
||||||
|
# ij_java_while_brace_force = never
|
||||||
|
# ij_java_while_on_new_line = false
|
||||||
|
# ij_java_wrap_comments = false
|
||||||
|
# ij_java_wrap_first_method_in_call_chain = false
|
||||||
|
# ij_java_wrap_long_lines = false
|
||||||
|
# ij_java_wrap_semicolon_after_call_chain = false
|
||||||
|
|
||||||
|
[*.vue]
|
||||||
|
# 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
|
||||||
|
|
||||||
|
[{*.ats,*.cts,*.mts,*.ts}]
|
||||||
|
# ij_continuation_indent_size = 4
|
||||||
|
# ij_typescript_align_imports = false
|
||||||
|
# ij_typescript_align_multiline_array_initializer_expression = false
|
||||||
|
# ij_typescript_align_multiline_binary_operation = false
|
||||||
|
# ij_typescript_align_multiline_chained_methods = false
|
||||||
|
# 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 = false
|
||||||
|
# ij_typescript_align_multiline_ternary_operation = false
|
||||||
|
# ij_typescript_align_object_properties = 0
|
||||||
|
# ij_typescript_align_union_types = false
|
||||||
|
# ij_typescript_align_var_statements = 0
|
||||||
|
# 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 = off
|
||||||
|
# ij_typescript_assignment_wrap = off
|
||||||
|
# ij_typescript_binary_operation_sign_on_next_line = false
|
||||||
|
# ij_typescript_binary_operation_wrap = off
|
||||||
|
# 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 = end_of_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 = off
|
||||||
|
# ij_typescript_catch_on_new_line = false
|
||||||
|
# ij_typescript_chained_call_dot_on_new_line = true
|
||||||
|
# ij_typescript_class_brace_style = end_of_line
|
||||||
|
# ij_typescript_class_decorator_wrap = split_into_lines
|
||||||
|
# ij_typescript_class_field_decorator_wrap = off
|
||||||
|
# ij_typescript_class_method_decorator_wrap = off
|
||||||
|
# ij_typescript_comma_on_new_line = false
|
||||||
|
# ij_typescript_do_while_brace_force = never
|
||||||
|
# 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 = off
|
||||||
|
# ij_typescript_extends_list_wrap = off
|
||||||
|
# ij_typescript_field_prefix = _
|
||||||
|
# ij_typescript_file_name_style = relaxed
|
||||||
|
# ij_typescript_finally_on_new_line = false
|
||||||
|
# ij_typescript_for_brace_force = never
|
||||||
|
# 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 = off
|
||||||
|
# ij_typescript_force_quote_style = false
|
||||||
|
# ij_typescript_force_semicolon_style = false
|
||||||
|
# ij_typescript_function_expression_brace_style = end_of_line
|
||||||
|
# ij_typescript_function_parameter_decorator_wrap = off
|
||||||
|
# ij_typescript_if_brace_force = never
|
||||||
|
# ij_typescript_import_merge_members = global
|
||||||
|
# ij_typescript_import_prefer_absolute_path = global
|
||||||
|
# ij_typescript_import_sort_members = true
|
||||||
|
# ij_typescript_import_sort_module_name = false
|
||||||
|
# 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 = end_of_line
|
||||||
|
# ij_typescript_method_call_chain_wrap = off
|
||||||
|
# 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 = off
|
||||||
|
# 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 = true
|
||||||
|
# ij_typescript_space_before_catch_keyword = true
|
||||||
|
# ij_typescript_space_before_catch_left_brace = true
|
||||||
|
# ij_typescript_space_before_catch_parentheses = true
|
||||||
|
# ij_typescript_space_before_class_lbrace = true
|
||||||
|
# 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 = true
|
||||||
|
# ij_typescript_space_before_else_keyword = true
|
||||||
|
# ij_typescript_space_before_else_left_brace = true
|
||||||
|
# ij_typescript_space_before_finally_keyword = true
|
||||||
|
# ij_typescript_space_before_finally_left_brace = true
|
||||||
|
# ij_typescript_space_before_for_left_brace = true
|
||||||
|
# ij_typescript_space_before_for_parentheses = true
|
||||||
|
# ij_typescript_space_before_for_semicolon = false
|
||||||
|
# ij_typescript_space_before_function_left_parenth = true
|
||||||
|
# ij_typescript_space_before_generator_mult = false
|
||||||
|
# ij_typescript_space_before_if_left_brace = true
|
||||||
|
# ij_typescript_space_before_if_parentheses = true
|
||||||
|
# ij_typescript_space_before_method_call_parentheses = false
|
||||||
|
# ij_typescript_space_before_method_left_brace = true
|
||||||
|
# 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 = true
|
||||||
|
# ij_typescript_space_before_switch_parentheses = true
|
||||||
|
# ij_typescript_space_before_try_left_brace = true
|
||||||
|
# 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 = true
|
||||||
|
# ij_typescript_space_before_while_parentheses = true
|
||||||
|
# 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 = off
|
||||||
|
# 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_import_type = 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 = never
|
||||||
|
# ij_typescript_while_on_new_line = false
|
||||||
|
# ij_typescript_wrap_comments = false
|
||||||
|
|
||||||
|
[{*.bash,*.bats,*.dash,*.ksh,*.mksh,*.sh,.bash_aliases,.bash_logout,.bash_profile,.bashrc,.profile}]
|
||||||
|
# ij_shell_binary_ops_start_line = false
|
||||||
|
# ij_shell_function_brace_newline = false
|
||||||
|
# ij_shell_keep_column_alignment_padding = false
|
||||||
|
# ij_shell_minify_program = false
|
||||||
|
# ij_shell_redirect_followed_by_space = false
|
||||||
|
# ij_shell_simplify_code = false
|
||||||
|
# ij_shell_switch_cases_indented = false
|
||||||
|
# ij_shell_unix_line_feeds = true
|
||||||
|
# ij_shell_use_google_code_style = false
|
||||||
|
|
||||||
|
[{*.cjs,*.es6,*.js,*.mjs}]
|
||||||
|
# ij_continuation_indent_size = 4
|
||||||
|
# ij_javascript_align_imports = false
|
||||||
|
# ij_javascript_align_multiline_array_initializer_expression = false
|
||||||
|
# ij_javascript_align_multiline_binary_operation = false
|
||||||
|
# ij_javascript_align_multiline_chained_methods = false
|
||||||
|
# ij_javascript_align_multiline_extends_list = false
|
||||||
|
# ij_javascript_align_multiline_for = true
|
||||||
|
# ij_javascript_align_multiline_parameters = true
|
||||||
|
# ij_javascript_align_multiline_parameters_in_calls = false
|
||||||
|
# ij_javascript_align_multiline_ternary_operation = false
|
||||||
|
# ij_javascript_align_object_properties = 0
|
||||||
|
# ij_javascript_align_union_types = false
|
||||||
|
# ij_javascript_align_var_statements = 0
|
||||||
|
# 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 = off
|
||||||
|
# ij_javascript_assignment_wrap = off
|
||||||
|
# ij_javascript_binary_operation_sign_on_next_line = false
|
||||||
|
# ij_javascript_binary_operation_wrap = off
|
||||||
|
# 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 = end_of_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 = off
|
||||||
|
# ij_javascript_catch_on_new_line = false
|
||||||
|
# ij_javascript_chained_call_dot_on_new_line = true
|
||||||
|
# ij_javascript_class_brace_style = end_of_line
|
||||||
|
# ij_javascript_class_decorator_wrap = split_into_lines
|
||||||
|
# ij_javascript_class_field_decorator_wrap = off
|
||||||
|
# ij_javascript_class_method_decorator_wrap = off
|
||||||
|
# ij_javascript_comma_on_new_line = false
|
||||||
|
# ij_javascript_do_while_brace_force = never
|
||||||
|
# ij_javascript_else_on_new_line = false
|
||||||
|
# ij_javascript_enforce_trailing_comma = keep
|
||||||
|
# ij_javascript_extends_keyword_wrap = off
|
||||||
|
# ij_javascript_extends_list_wrap = off
|
||||||
|
# ij_javascript_field_prefix = _
|
||||||
|
# ij_javascript_file_name_style = relaxed
|
||||||
|
# ij_javascript_finally_on_new_line = false
|
||||||
|
# ij_javascript_for_brace_force = never
|
||||||
|
# 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 = off
|
||||||
|
# ij_javascript_force_quote_style = false
|
||||||
|
# ij_javascript_force_semicolon_style = false
|
||||||
|
# ij_javascript_function_expression_brace_style = end_of_line
|
||||||
|
# ij_javascript_function_parameter_decorator_wrap = off
|
||||||
|
# ij_javascript_if_brace_force = never
|
||||||
|
# ij_javascript_import_merge_members = global
|
||||||
|
# ij_javascript_import_prefer_absolute_path = global
|
||||||
|
# ij_javascript_import_sort_members = true
|
||||||
|
# ij_javascript_import_sort_module_name = false
|
||||||
|
# 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 = end_of_line
|
||||||
|
# ij_javascript_method_call_chain_wrap = off
|
||||||
|
# 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 = off
|
||||||
|
# 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 = false
|
||||||
|
# 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 = false
|
||||||
|
# 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 = true
|
||||||
|
# ij_javascript_space_before_catch_keyword = true
|
||||||
|
# ij_javascript_space_before_catch_left_brace = true
|
||||||
|
# ij_javascript_space_before_catch_parentheses = true
|
||||||
|
# ij_javascript_space_before_class_lbrace = true
|
||||||
|
# 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 = true
|
||||||
|
# ij_javascript_space_before_else_keyword = true
|
||||||
|
# ij_javascript_space_before_else_left_brace = true
|
||||||
|
# ij_javascript_space_before_finally_keyword = true
|
||||||
|
# ij_javascript_space_before_finally_left_brace = true
|
||||||
|
# ij_javascript_space_before_for_left_brace = true
|
||||||
|
# ij_javascript_space_before_for_parentheses = true
|
||||||
|
# ij_javascript_space_before_for_semicolon = false
|
||||||
|
# ij_javascript_space_before_function_left_parenth = true
|
||||||
|
# ij_javascript_space_before_generator_mult = false
|
||||||
|
# ij_javascript_space_before_if_left_brace = true
|
||||||
|
# ij_javascript_space_before_if_parentheses = true
|
||||||
|
# ij_javascript_space_before_method_call_parentheses = false
|
||||||
|
# ij_javascript_space_before_method_left_brace = true
|
||||||
|
# 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 = true
|
||||||
|
# ij_javascript_space_before_switch_parentheses = true
|
||||||
|
# ij_javascript_space_before_try_left_brace = true
|
||||||
|
# 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 = true
|
||||||
|
# ij_javascript_space_before_while_parentheses = true
|
||||||
|
# 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 = off
|
||||||
|
# ij_javascript_union_types_wrap = on_every_item
|
||||||
|
# ij_javascript_use_chained_calls_group_indents = false
|
||||||
|
# ij_javascript_use_double_quotes = true
|
||||||
|
# ij_javascript_use_explicit_js_extension = auto
|
||||||
|
# ij_javascript_use_import_type = 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 = never
|
||||||
|
# ij_javascript_while_on_new_line = false
|
||||||
|
# ij_javascript_wrap_comments = false
|
||||||
|
|
||||||
|
[{*.go,*.go2}]
|
||||||
|
# ij_continuation_indent_size = 4
|
||||||
|
# ij_smart_tabs = true
|
||||||
|
# ij_go_GROUP_CURRENT_PROJECT_IMPORTS = false
|
||||||
|
# ij_go_add_leading_space_to_comments = false
|
||||||
|
# ij_go_add_parentheses_for_single_import = false
|
||||||
|
# ij_go_call_parameters_new_line_after_left_paren = true
|
||||||
|
# ij_go_call_parameters_right_paren_on_new_line = true
|
||||||
|
# ij_go_call_parameters_wrap = off
|
||||||
|
# ij_go_fill_paragraph_width = 80
|
||||||
|
# ij_go_group_stdlib_imports = false
|
||||||
|
# ij_go_import_sorting = gofmt
|
||||||
|
# ij_go_keep_indents_on_empty_lines = true
|
||||||
|
# ij_go_local_group_mode = project
|
||||||
|
# ij_go_local_package_prefixes =
|
||||||
|
# ij_go_move_all_imports_in_one_declaration = false
|
||||||
|
# ij_go_move_all_stdlib_imports_in_one_group = false
|
||||||
|
# ij_go_remove_redundant_import_aliases = false
|
||||||
|
# ij_go_run_go_fmt_on_reformat = false
|
||||||
|
# ij_go_use_back_quotes_for_imports = false
|
||||||
|
# ij_go_wrap_comp_lit = off
|
||||||
|
# ij_go_wrap_comp_lit_newline_after_lbrace = true
|
||||||
|
# ij_go_wrap_comp_lit_newline_before_rbrace = true
|
||||||
|
# ij_go_wrap_func_params = off
|
||||||
|
# ij_go_wrap_func_params_newline_after_lparen = true
|
||||||
|
# ij_go_wrap_func_params_newline_before_rparen = true
|
||||||
|
# ij_go_wrap_func_result = off
|
||||||
|
# ij_go_wrap_func_result_newline_after_lparen = true
|
||||||
|
# ij_go_wrap_func_result_newline_before_rparen = true
|
||||||
|
|
||||||
|
[{*.har,*.jsb2,*.jsb3,*.json,*.jsonc,*.postman_collection,*.postman_collection.json,*.postman_environment,*.postman_environment.json,.babelrc,.eslintrc,.prettierrc,.ws-context,jest.config}]
|
||||||
|
# ij_json_array_wrapping = split_into_lines
|
||||||
|
# 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 = split_into_lines
|
||||||
|
# ij_json_property_alignment = do_not_align
|
||||||
|
# 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
|
||||||
|
|
||||||
|
[{*.markdown,*.md,*.mdc}]
|
||||||
|
# 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
|
||||||
|
|
||||||
|
[{*.ps1,*.psd1,*.psm1}]
|
||||||
|
# ij_powershell_align_multiline_binary_operation = false
|
||||||
|
# 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 = off
|
||||||
|
# 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 = off
|
||||||
|
# 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 = off
|
||||||
|
# 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 = false
|
||||||
|
# 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 = false
|
||||||
|
# ij_powershell_method_annotation_wrap = split_into_lines
|
||||||
|
# ij_powershell_method_brace_style = next_line
|
||||||
|
# ij_powershell_method_call_chain_wrap = off
|
||||||
|
# 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 = off
|
||||||
|
# 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 = true
|
||||||
|
# ij_powershell_space_before_catch_keyword = true
|
||||||
|
# ij_powershell_space_before_catch_left_brace = true
|
||||||
|
# ij_powershell_space_before_class_left_brace = true
|
||||||
|
# ij_powershell_space_before_colon = true
|
||||||
|
# ij_powershell_space_before_comma = false
|
||||||
|
# ij_powershell_space_before_do_left_brace = true
|
||||||
|
# ij_powershell_space_before_else_keyword = true
|
||||||
|
# ij_powershell_space_before_else_left_brace = true
|
||||||
|
# ij_powershell_space_before_finally_keyword = true
|
||||||
|
# ij_powershell_space_before_finally_left_brace = true
|
||||||
|
# ij_powershell_space_before_for_left_brace = true
|
||||||
|
# ij_powershell_space_before_for_parentheses = true
|
||||||
|
# ij_powershell_space_before_for_semicolon = false
|
||||||
|
# ij_powershell_space_before_if_left_brace = true
|
||||||
|
# ij_powershell_space_before_if_parentheses = true
|
||||||
|
# ij_powershell_space_before_method_call_parentheses = false
|
||||||
|
# ij_powershell_space_before_method_left_brace = true
|
||||||
|
# ij_powershell_space_before_method_parentheses = false
|
||||||
|
# ij_powershell_space_before_switch_left_brace = true
|
||||||
|
# ij_powershell_space_before_switch_parentheses = true
|
||||||
|
# ij_powershell_space_before_try_left_brace = true
|
||||||
|
# ij_powershell_space_before_while_keyword = true
|
||||||
|
# ij_powershell_space_before_while_left_brace = true
|
||||||
|
# ij_powershell_space_before_while_parentheses = true
|
||||||
|
# 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 = true
|
||||||
|
# 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 = normal
|
||||||
|
# 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 = 1
|
||||||
|
# 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 = 1
|
||||||
|
# ij_python_hang_closing_brackets = false
|
||||||
|
# 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 = normal
|
||||||
|
# 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 = false
|
||||||
|
# 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 = false
|
||||||
|
# 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
|
||||||
|
|
||||||
|
[{*.yaml,*.yml}]
|
||||||
|
# ij_yaml_align_values_properties = do_not_align
|
||||||
|
# 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_line_comment_add_space = false
|
||||||
|
# ij_yaml_line_comment_add_space_on_reformat = false
|
||||||
|
# ij_yaml_line_comment_at_first_column = 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
|
||||||
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
agent-wdd/build
|
||||||
|
|
||||||
|
agent-deploy/build
|
||||||
|
|
||||||
|
agent-operator/build
|
||||||
|
/.idea/
|
||||||
4
.idea/WddSuperAgent.iml
generated
4
.idea/WddSuperAgent.iml
generated
@@ -3,7 +3,9 @@
|
|||||||
<component name="Go" enabled="true" />
|
<component name="Go" enabled="true" />
|
||||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
<exclude-output />
|
<exclude-output />
|
||||||
<content url="file://$MODULE_DIR$" />
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/agent-operator/build" />
|
||||||
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
73
.idea/workspace.xml
generated
73
.idea/workspace.xml
generated
@@ -5,25 +5,10 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="6047a167-18d5-4f8e-a170-63c3fd101bda" name="Changes" comment="">
|
<list default="true" id="6047a167-18d5-4f8e-a170-63c3fd101bda" name="Changes" comment="">
|
||||||
|
<change afterPath="$PROJECT_DIR$/.editorconfig" afterDir="false" />
|
||||||
|
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
||||||
|
<change beforePath="$PROJECT_DIR$/.idea/WddSuperAgent.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/WddSuperAgent.iml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/a_run/run_test.sh" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/a_run/run_test.sh" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/build/agent-wdd_linux_amd64" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/build/agent-wdd_linux_amd64" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/cert_manager_wdd/AcmeClient.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cert_manager_wdd/AcmeClient.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/cloudflare/Cloudflare.go" beforeDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/cloudflare/Cloudflare_test.go" beforeDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/cloudflare/DNS.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cloudflare/DNS.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/cloudflare/Zone.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cloudflare/Zone.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/cmd/Acme.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cmd/Acme.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/cmd/Base.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cmd/Base.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/cmd/CertManager.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cmd/CertManager.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/cmd/Info.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cmd/Info.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/cmd/Proxy.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cmd/Proxy.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/cmd/Zsh.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cmd/Zsh.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/cmd/root.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/cmd/root.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/host_info/Config.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/host_info/Config.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/log/CallerLog.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/log/CallerLog.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/op/Excutor.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/op/Excutor.go" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/agent-wdd/op/PackageOperator.go" beforeDir="false" afterPath="$PROJECT_DIR$/agent-wdd/op/PackageOperator.go" afterDir="false" />
|
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
@@ -34,37 +19,37 @@
|
|||||||
<component name="Git.Settings">
|
<component name="Git.Settings">
|
||||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||||
</component>
|
</component>
|
||||||
<component name="KubernetesApiPersistence"><![CDATA[{}]]></component>
|
<component name="KubernetesApiPersistence">{}</component>
|
||||||
<component name="KubernetesApiProvider"><![CDATA[{
|
<component name="KubernetesApiProvider">{
|
||||||
"isMigrated": true
|
"isMigrated": true
|
||||||
}]]></component>
|
}</component>
|
||||||
<component name="ProjectColorInfo"><![CDATA[{
|
<component name="ProjectColorInfo">{
|
||||||
"customColor": "",
|
"customColor": "",
|
||||||
"associatedIndex": 3
|
"associatedIndex": 3
|
||||||
}]]></component>
|
}</component>
|
||||||
<component name="ProjectId" id="2uuBaTDiig9pNF3K97SuvZFPJpc" />
|
<component name="ProjectId" id="2uuBaTDiig9pNF3K97SuvZFPJpc" />
|
||||||
<component name="ProjectViewState">
|
<component name="ProjectViewState">
|
||||||
<option name="hideEmptyMiddlePackages" value="true" />
|
<option name="hideEmptyMiddlePackages" value="true" />
|
||||||
<option name="showLibraryContents" value="true" />
|
<option name="showLibraryContents" value="true" />
|
||||||
</component>
|
</component>
|
||||||
<component name="PropertiesComponent"><![CDATA[{
|
<component name="PropertiesComponent">{
|
||||||
"keyToString": {
|
"keyToString": {
|
||||||
"PowerShell.one-build-and-upload.ps1 (1).executor": "Run",
|
"PowerShell.one-build-and-upload.ps1 (1).executor": "Run",
|
||||||
"PowerShell.one-build-and-upload.ps1.executor": "Run",
|
"PowerShell.one-build-and-upload.ps1.executor": "Run",
|
||||||
"RunOnceActivity.ShowReadmeOnStart": "true",
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
||||||
"RunOnceActivity.git.unshallow": "true",
|
"RunOnceActivity.git.unshallow": "true",
|
||||||
"RunOnceActivity.go.formatter.settings.were.checked": "true",
|
"RunOnceActivity.go.formatter.settings.were.checked": "true",
|
||||||
"RunOnceActivity.go.migrated.go.modules.settings": "true",
|
"RunOnceActivity.go.migrated.go.modules.settings": "true",
|
||||||
"git-widget-placeholder": "main",
|
"git-widget-placeholder": "main",
|
||||||
"go.import.settings.migrated": "true",
|
"go.import.settings.migrated": "true",
|
||||||
"node.js.detected.package.eslint": "true",
|
"node.js.detected.package.eslint": "true",
|
||||||
"node.js.detected.package.tslint": "true",
|
"node.js.detected.package.tslint": "true",
|
||||||
"node.js.selected.package.eslint": "(autodetect)",
|
"node.js.selected.package.eslint": "(autodetect)",
|
||||||
"node.js.selected.package.tslint": "(autodetect)",
|
"node.js.selected.package.tslint": "(autodetect)",
|
||||||
"nodejs_package_manager_path": "npm",
|
"nodejs_package_manager_path": "npm",
|
||||||
"vue.rearranger.settings.migration": "true"
|
"vue.rearranger.settings.migration": "true"
|
||||||
}
|
}
|
||||||
}]]></component>
|
}</component>
|
||||||
<component name="RunManager" selected="PowerShell.one-build-and-upload.ps1 (1)">
|
<component name="RunManager" selected="PowerShell.one-build-and-upload.ps1 (1)">
|
||||||
<configuration name="one-build-and-upload.ps1 (1)" type="PowerShellRunType" factoryName="PowerShell" temporary="true" scriptUrl="$PROJECT_DIR$/agent-wdd/a_run/one-build-and-upload.ps1" executablePath="$PROJECT_DIR$/../../../../../Windows/System32/WindowsPowerShell/v1.0/powershell.exe">
|
<configuration name="one-build-and-upload.ps1 (1)" type="PowerShellRunType" factoryName="PowerShell" temporary="true" scriptUrl="$PROJECT_DIR$/agent-wdd/a_run/one-build-and-upload.ps1" executablePath="$PROJECT_DIR$/../../../../../Windows/System32/WindowsPowerShell/v1.0/powershell.exe">
|
||||||
<envs />
|
<envs />
|
||||||
@@ -98,6 +83,8 @@
|
|||||||
<option name="presentableId" value="Default" />
|
<option name="presentableId" value="Default" />
|
||||||
<updated>1743088643405</updated>
|
<updated>1743088643405</updated>
|
||||||
<workItem from="1743088645374" duration="2622000" />
|
<workItem from="1743088645374" duration="2622000" />
|
||||||
|
<workItem from="1743124314153" duration="96000" />
|
||||||
|
<workItem from="1743124481375" duration="159000" />
|
||||||
</task>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
Reference in New Issue
Block a user