- compile : 
kotlinc caller.kt Take1.kt Helper.kt Take2.kt SemanticVersion.kt Take3.kt -include-runtime -d caller.jar - run : 
java -jar caller.jar [version1] [version2]java -jar caller.jar 1.1.1 1.2.3 java -jar caller.jar 1.1.1 1.1.1+b123
 
          Last active
          December 17, 2021 07:52 
        
      - 
      
 - 
        
Save garamoi-choi/5baf335934cdd7f77d76618a50274fb1 to your computer and use it in GitHub Desktop.  
    基本的なOOP
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | [*] | |
| charset = utf-8 | |
| end_of_line = lf | |
| indent_size = 4 | |
| indent_style = space | |
| insert_final_newline = false | |
| max_line_length = 120 | |
| tab_width = 4 | |
| ij_continuation_indent_size = 8 | |
| ij_formatter_off_tag = @formatter:off | |
| ij_formatter_on_tag = @formatter:on | |
| ij_formatter_tags_enabled = false | |
| ij_smart_tabs = false | |
| ij_visual_guides = none | |
| ij_wrap_on_typing = false | |
| [*.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 | |
| [*.feature] | |
| indent_size = 2 | |
| ij_gherkin_keep_indents_on_empty_lines = false | |
| [*.gsp] | |
| ij_gsp_keep_indents_on_empty_lines = false | |
| [*.haml] | |
| indent_size = 2 | |
| ij_haml_keep_indents_on_empty_lines = 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_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_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_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 = none | |
| 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_do_not_indent_top_level_class_members = false | |
| ij_java_do_not_wrap_after_single_annotation = 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_suffix = EJB | |
| ij_java_entity_eb_suffix = Bean | |
| 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_pk_class = java.lang.String | |
| ij_java_entity_vo_suffix = VO | |
| ij_java_enum_constants_wrap = off | |
| ij_java_extends_keyword_wrap = off | |
| ij_java_extends_list_wrap = off | |
| ij_java_field_annotation_wrap = split_into_lines | |
| 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_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_static_imports_separately = true | |
| ij_java_line_comment_add_space = false | |
| ij_java_line_comment_at_first_column = true | |
| ij_java_message_dd_suffix = EJB | |
| 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_names_count_to_use_import_on_demand = 3 | |
| ij_java_new_line_after_lparen_in_record_header = false | |
| ij_java_packages_to_use_import_on_demand = java.awt.*,javax.swing.* | |
| ij_java_parameter_annotation_wrap = off | |
| 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_record_components_wrap = normal | |
| 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_record_header = false | |
| ij_java_session_dd_suffix = EJB | |
| ij_java_session_eb_suffix = Bean | |
| 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_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_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_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_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_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_subclass_name_suffix = Impl | |
| ij_java_ternary_operation_signs_on_next_line = false | |
| ij_java_ternary_operation_wrap = off | |
| 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 | |
| [*.less] | |
| 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 | |
| [*.proto] | |
| indent_size = 2 | |
| tab_width = 2 | |
| ij_continuation_indent_size = 4 | |
| ij_protobuf_keep_blank_lines_in_code = 2 | |
| ij_protobuf_keep_indents_on_empty_lines = false | |
| ij_protobuf_keep_line_breaks = true | |
| ij_protobuf_space_after_comma = true | |
| ij_protobuf_space_before_comma = false | |
| ij_protobuf_spaces_around_assignment_operators = true | |
| ij_protobuf_spaces_within_braces = false | |
| ij_protobuf_spaces_within_brackets = false | |
| [*.sass] | |
| 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 | |
| [*.scss] | |
| 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 | |
| [*.styl] | |
| indent_size = 2 | |
| ij_stylus_align_closing_brace_with_properties = false | |
| ij_stylus_blank_lines_around_nested_selector = 1 | |
| ij_stylus_blank_lines_between_blocks = 1 | |
| ij_stylus_brace_placement = 0 | |
| ij_stylus_enforce_quotes_on_format = false | |
| ij_stylus_hex_color_long_format = false | |
| ij_stylus_hex_color_lower_case = false | |
| ij_stylus_hex_color_short_format = false | |
| ij_stylus_hex_color_upper_case = false | |
| ij_stylus_keep_blank_lines_in_code = 2 | |
| ij_stylus_keep_indents_on_empty_lines = false | |
| ij_stylus_keep_single_line_blocks = false | |
| ij_stylus_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_stylus_space_after_colon = true | |
| ij_stylus_space_before_opening_brace = true | |
| ij_stylus_use_double_quotes = true | |
| ij_stylus_value_alignment = 0 | |
| [.editorconfig] | |
| ij_editorconfig_align_group_field_declarations = false | |
| 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 | |
| [{*.ant,*.fxml,*.jhm,*.jnlp,*.jrxml,*.pom,*.rng,*.tld,*.wadl,*.wsdd,*.wsdl,*.xjb,*.xml,*.xsd,*.xsl,*.xslt,*.xul}] | |
| ij_xml_align_attributes = true | |
| ij_xml_align_text = false | |
| ij_xml_attribute_wrap = normal | |
| 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 | |
| [{*.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_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_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_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_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_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,*.sh,*.zsh}] | |
| 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 = false | |
| ij_shell_use_unix_line_separator = true | |
| [{*.cjs,*.js}] | |
| 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_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_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_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_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_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 | |
| [{*.ft,*.vm,*.vsl}] | |
| ij_vtl_keep_indents_on_empty_lines = false | |
| [{*.gant,*.groovy,*.gson,*.gy}] | |
| ij_groovy_align_group_field_declarations = false | |
| ij_groovy_align_multiline_array_initializer_expression = false | |
| ij_groovy_align_multiline_assignment = false | |
| ij_groovy_align_multiline_binary_operation = false | |
| ij_groovy_align_multiline_chained_methods = false | |
| ij_groovy_align_multiline_extends_list = false | |
| ij_groovy_align_multiline_for = true | |
| ij_groovy_align_multiline_list_or_map = true | |
| ij_groovy_align_multiline_method_parentheses = false | |
| ij_groovy_align_multiline_parameters = true | |
| ij_groovy_align_multiline_parameters_in_calls = false | |
| ij_groovy_align_multiline_resources = true | |
| ij_groovy_align_multiline_ternary_operation = false | |
| ij_groovy_align_multiline_throws_list = false | |
| ij_groovy_align_named_args_in_map = true | |
| ij_groovy_align_throws_keyword = false | |
| ij_groovy_array_initializer_new_line_after_left_brace = false | |
| ij_groovy_array_initializer_right_brace_on_new_line = false | |
| ij_groovy_array_initializer_wrap = off | |
| ij_groovy_assert_statement_wrap = off | |
| ij_groovy_assignment_wrap = off | |
| ij_groovy_binary_operation_wrap = off | |
| ij_groovy_blank_lines_after_class_header = 0 | |
| ij_groovy_blank_lines_after_imports = 1 | |
| ij_groovy_blank_lines_after_package = 1 | |
| ij_groovy_blank_lines_around_class = 1 | |
| ij_groovy_blank_lines_around_field = 0 | |
| ij_groovy_blank_lines_around_field_in_interface = 0 | |
| ij_groovy_blank_lines_around_method = 1 | |
| ij_groovy_blank_lines_around_method_in_interface = 1 | |
| ij_groovy_blank_lines_before_imports = 1 | |
| ij_groovy_blank_lines_before_method_body = 0 | |
| ij_groovy_blank_lines_before_package = 0 | |
| ij_groovy_block_brace_style = end_of_line | |
| ij_groovy_block_comment_add_space = false | |
| ij_groovy_block_comment_at_first_column = true | |
| ij_groovy_call_parameters_new_line_after_left_paren = false | |
| ij_groovy_call_parameters_right_paren_on_new_line = false | |
| ij_groovy_call_parameters_wrap = off | |
| ij_groovy_catch_on_new_line = false | |
| ij_groovy_class_annotation_wrap = split_into_lines | |
| ij_groovy_class_brace_style = end_of_line | |
| ij_groovy_class_count_to_use_import_on_demand = 5 | |
| ij_groovy_do_while_brace_force = never | |
| ij_groovy_else_on_new_line = false | |
| ij_groovy_enum_constants_wrap = off | |
| ij_groovy_extends_keyword_wrap = off | |
| ij_groovy_extends_list_wrap = off | |
| ij_groovy_field_annotation_wrap = split_into_lines | |
| ij_groovy_finally_on_new_line = false | |
| ij_groovy_for_brace_force = never | |
| ij_groovy_for_statement_new_line_after_left_paren = false | |
| ij_groovy_for_statement_right_paren_on_new_line = false | |
| ij_groovy_for_statement_wrap = off | |
| ij_groovy_if_brace_force = never | |
| ij_groovy_import_annotation_wrap = 2 | |
| ij_groovy_imports_layout = *,|,javax.**,java.**,|,$* | |
| ij_groovy_indent_case_from_switch = true | |
| ij_groovy_indent_label_blocks = true | |
| ij_groovy_insert_inner_class_imports = false | |
| ij_groovy_keep_blank_lines_before_right_brace = 2 | |
| ij_groovy_keep_blank_lines_in_code = 2 | |
| ij_groovy_keep_blank_lines_in_declarations = 2 | |
| ij_groovy_keep_control_statement_in_one_line = true | |
| ij_groovy_keep_first_column_comment = true | |
| ij_groovy_keep_indents_on_empty_lines = false | |
| ij_groovy_keep_line_breaks = true | |
| ij_groovy_keep_multiple_expressions_in_one_line = false | |
| ij_groovy_keep_simple_blocks_in_one_line = false | |
| ij_groovy_keep_simple_classes_in_one_line = true | |
| ij_groovy_keep_simple_lambdas_in_one_line = true | |
| ij_groovy_keep_simple_methods_in_one_line = true | |
| ij_groovy_label_indent_absolute = false | |
| ij_groovy_label_indent_size = 0 | |
| ij_groovy_lambda_brace_style = end_of_line | |
| ij_groovy_layout_static_imports_separately = true | |
| ij_groovy_line_comment_add_space = false | |
| ij_groovy_line_comment_at_first_column = true | |
| ij_groovy_method_annotation_wrap = split_into_lines | |
| ij_groovy_method_brace_style = end_of_line | |
| ij_groovy_method_call_chain_wrap = off | |
| ij_groovy_method_parameters_new_line_after_left_paren = false | |
| ij_groovy_method_parameters_right_paren_on_new_line = false | |
| ij_groovy_method_parameters_wrap = off | |
| ij_groovy_modifier_list_wrap = false | |
| ij_groovy_names_count_to_use_import_on_demand = 3 | |
| ij_groovy_packages_to_use_import_on_demand = java.awt.*,javax.swing.* | |
| ij_groovy_parameter_annotation_wrap = off | |
| ij_groovy_parentheses_expression_new_line_after_left_paren = false | |
| ij_groovy_parentheses_expression_right_paren_on_new_line = false | |
| ij_groovy_prefer_parameters_wrap = false | |
| ij_groovy_resource_list_new_line_after_left_paren = false | |
| ij_groovy_resource_list_right_paren_on_new_line = false | |
| ij_groovy_resource_list_wrap = off | |
| ij_groovy_space_after_assert_separator = true | |
| ij_groovy_space_after_colon = true | |
| ij_groovy_space_after_comma = true | |
| ij_groovy_space_after_comma_in_type_arguments = true | |
| ij_groovy_space_after_for_semicolon = true | |
| ij_groovy_space_after_quest = true | |
| ij_groovy_space_after_type_cast = true | |
| ij_groovy_space_before_annotation_parameter_list = false | |
| ij_groovy_space_before_array_initializer_left_brace = false | |
| ij_groovy_space_before_assert_separator = false | |
| ij_groovy_space_before_catch_keyword = true | |
| ij_groovy_space_before_catch_left_brace = true | |
| ij_groovy_space_before_catch_parentheses = true | |
| ij_groovy_space_before_class_left_brace = true | |
| ij_groovy_space_before_closure_left_brace = true | |
| ij_groovy_space_before_colon = true | |
| ij_groovy_space_before_comma = false | |
| ij_groovy_space_before_do_left_brace = true | |
| ij_groovy_space_before_else_keyword = true | |
| ij_groovy_space_before_else_left_brace = true | |
| ij_groovy_space_before_finally_keyword = true | |
| ij_groovy_space_before_finally_left_brace = true | |
| ij_groovy_space_before_for_left_brace = true | |
| ij_groovy_space_before_for_parentheses = true | |
| ij_groovy_space_before_for_semicolon = false | |
| ij_groovy_space_before_if_left_brace = true | |
| ij_groovy_space_before_if_parentheses = true | |
| ij_groovy_space_before_method_call_parentheses = false | |
| ij_groovy_space_before_method_left_brace = true | |
| ij_groovy_space_before_method_parentheses = false | |
| ij_groovy_space_before_quest = true | |
| ij_groovy_space_before_record_parentheses = false | |
| ij_groovy_space_before_switch_left_brace = true | |
| ij_groovy_space_before_switch_parentheses = true | |
| ij_groovy_space_before_synchronized_left_brace = true | |
| ij_groovy_space_before_synchronized_parentheses = true | |
| ij_groovy_space_before_try_left_brace = true | |
| ij_groovy_space_before_try_parentheses = true | |
| ij_groovy_space_before_while_keyword = true | |
| ij_groovy_space_before_while_left_brace = true | |
| ij_groovy_space_before_while_parentheses = true | |
| ij_groovy_space_in_named_argument = true | |
| ij_groovy_space_in_named_argument_before_colon = false | |
| ij_groovy_space_within_empty_array_initializer_braces = false | |
| ij_groovy_space_within_empty_method_call_parentheses = false | |
| ij_groovy_spaces_around_additive_operators = true | |
| ij_groovy_spaces_around_assignment_operators = true | |
| ij_groovy_spaces_around_bitwise_operators = true | |
| ij_groovy_spaces_around_equality_operators = true | |
| ij_groovy_spaces_around_lambda_arrow = true | |
| ij_groovy_spaces_around_logical_operators = true | |
| ij_groovy_spaces_around_multiplicative_operators = true | |
| ij_groovy_spaces_around_regex_operators = true | |
| ij_groovy_spaces_around_relational_operators = true | |
| ij_groovy_spaces_around_shift_operators = true | |
| ij_groovy_spaces_within_annotation_parentheses = false | |
| ij_groovy_spaces_within_array_initializer_braces = false | |
| ij_groovy_spaces_within_braces = true | |
| ij_groovy_spaces_within_brackets = false | |
| ij_groovy_spaces_within_cast_parentheses = false | |
| ij_groovy_spaces_within_catch_parentheses = false | |
| ij_groovy_spaces_within_for_parentheses = false | |
| ij_groovy_spaces_within_gstring_injection_braces = false | |
| ij_groovy_spaces_within_if_parentheses = false | |
| ij_groovy_spaces_within_list_or_map = false | |
| ij_groovy_spaces_within_method_call_parentheses = false | |
| ij_groovy_spaces_within_method_parentheses = false | |
| ij_groovy_spaces_within_parentheses = false | |
| ij_groovy_spaces_within_switch_parentheses = false | |
| ij_groovy_spaces_within_synchronized_parentheses = false | |
| ij_groovy_spaces_within_try_parentheses = false | |
| ij_groovy_spaces_within_tuple_expression = false | |
| ij_groovy_spaces_within_while_parentheses = false | |
| ij_groovy_special_else_if_treatment = true | |
| ij_groovy_ternary_operation_wrap = off | |
| ij_groovy_throws_keyword_wrap = off | |
| ij_groovy_throws_list_wrap = off | |
| ij_groovy_use_flying_geese_braces = false | |
| ij_groovy_use_fq_class_names = false | |
| ij_groovy_use_fq_class_names_in_javadoc = true | |
| ij_groovy_use_relative_indents = false | |
| ij_groovy_use_single_class_imports = true | |
| ij_groovy_variable_annotation_wrap = off | |
| ij_groovy_while_brace_force = never | |
| ij_groovy_while_on_new_line = false | |
| ij_groovy_wrap_chain_calls_after_dot = false | |
| ij_groovy_wrap_long_lines = false | |
| [{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.stylelintrc,bowerrc,jest.config}] | |
| indent_size = 2 | |
| ij_json_keep_blank_lines_in_code = 0 | |
| ij_json_keep_indents_on_empty_lines = false | |
| ij_json_keep_line_breaks = true | |
| ij_json_space_after_colon = true | |
| ij_json_space_after_comma = true | |
| ij_json_space_before_colon = true | |
| ij_json_space_before_comma = false | |
| ij_json_spaces_within_braces = false | |
| ij_json_spaces_within_brackets = false | |
| ij_json_wrap_long_lines = false | |
| [{*.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_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_space_around_equality_in_attribute = false | |
| ij_html_space_inside_empty_tag = false | |
| ij_html_text_wrap = normal | |
| [{*.jsf,*.jsp,*.jspf,*.tag,*.tagf,*.xjsp}] | |
| ij_jsp_jsp_prefer_comma_separated_import_list = false | |
| ij_jsp_keep_indents_on_empty_lines = false | |
| [{*.jspx,*.tagx}] | |
| ij_jspx_keep_indents_on_empty_lines = false | |
| [{*.kt,*.kts}] | |
| ij_kotlin_align_in_columns_case_branch = false | |
| ij_kotlin_align_multiline_binary_operation = false | |
| ij_kotlin_align_multiline_extends_list = false | |
| ij_kotlin_align_multiline_method_parentheses = false | |
| ij_kotlin_align_multiline_parameters = true | |
| ij_kotlin_align_multiline_parameters_in_calls = false | |
| ij_kotlin_allow_trailing_comma = false | |
| ij_kotlin_allow_trailing_comma_on_call_site = false | |
| ij_kotlin_assignment_wrap = normal | |
| ij_kotlin_blank_lines_after_class_header = 0 | |
| ij_kotlin_blank_lines_around_block_when_branches = 0 | |
| ij_kotlin_blank_lines_before_declaration_with_comment_or_annotation_on_separate_line = 1 | |
| ij_kotlin_block_comment_add_space = false | |
| ij_kotlin_block_comment_at_first_column = true | |
| ij_kotlin_call_parameters_new_line_after_left_paren = true | |
| ij_kotlin_call_parameters_right_paren_on_new_line = true | |
| ij_kotlin_call_parameters_wrap = on_every_item | |
| ij_kotlin_catch_on_new_line = false | |
| ij_kotlin_class_annotation_wrap = split_into_lines | |
| ij_kotlin_code_style_defaults = KOTLIN_OFFICIAL | |
| ij_kotlin_continuation_indent_for_chained_calls = false | |
| ij_kotlin_continuation_indent_for_expression_bodies = false | |
| ij_kotlin_continuation_indent_in_argument_lists = false | |
| ij_kotlin_continuation_indent_in_elvis = false | |
| ij_kotlin_continuation_indent_in_if_conditions = false | |
| ij_kotlin_continuation_indent_in_parameter_lists = false | |
| ij_kotlin_continuation_indent_in_supertype_lists = false | |
| ij_kotlin_else_on_new_line = false | |
| ij_kotlin_enum_constants_wrap = off | |
| ij_kotlin_extends_list_wrap = normal | |
| ij_kotlin_field_annotation_wrap = split_into_lines | |
| ij_kotlin_finally_on_new_line = false | |
| ij_kotlin_if_rparen_on_new_line = true | |
| ij_kotlin_import_nested_classes = false | |
| ij_kotlin_imports_layout = *,java.**,javax.**,kotlin.**,^ | |
| ij_kotlin_insert_whitespaces_in_simple_one_line_method = true | |
| ij_kotlin_keep_blank_lines_before_right_brace = 2 | |
| ij_kotlin_keep_blank_lines_in_code = 2 | |
| ij_kotlin_keep_blank_lines_in_declarations = 2 | |
| ij_kotlin_keep_first_column_comment = true | |
| ij_kotlin_keep_indents_on_empty_lines = false | |
| ij_kotlin_keep_line_breaks = true | |
| ij_kotlin_lbrace_on_next_line = false | |
| ij_kotlin_line_comment_add_space = false | |
| ij_kotlin_line_comment_at_first_column = true | |
| ij_kotlin_method_annotation_wrap = split_into_lines | |
| ij_kotlin_method_call_chain_wrap = normal | |
| ij_kotlin_method_parameters_new_line_after_left_paren = true | |
| ij_kotlin_method_parameters_right_paren_on_new_line = true | |
| ij_kotlin_method_parameters_wrap = on_every_item | |
| ij_kotlin_name_count_to_use_star_import = 5 | |
| ij_kotlin_name_count_to_use_star_import_for_members = 3 | |
| ij_kotlin_packages_to_use_import_on_demand = java.util.*,kotlinx.android.synthetic.**,io.ktor.** | |
| ij_kotlin_parameter_annotation_wrap = off | |
| ij_kotlin_space_after_comma = true | |
| ij_kotlin_space_after_extend_colon = true | |
| ij_kotlin_space_after_type_colon = true | |
| ij_kotlin_space_before_catch_parentheses = true | |
| ij_kotlin_space_before_comma = false | |
| ij_kotlin_space_before_extend_colon = true | |
| ij_kotlin_space_before_for_parentheses = true | |
| ij_kotlin_space_before_if_parentheses = true | |
| ij_kotlin_space_before_lambda_arrow = true | |
| ij_kotlin_space_before_type_colon = false | |
| ij_kotlin_space_before_when_parentheses = true | |
| ij_kotlin_space_before_while_parentheses = true | |
| ij_kotlin_spaces_around_additive_operators = true | |
| ij_kotlin_spaces_around_assignment_operators = true | |
| ij_kotlin_spaces_around_equality_operators = true | |
| ij_kotlin_spaces_around_function_type_arrow = true | |
| ij_kotlin_spaces_around_logical_operators = true | |
| ij_kotlin_spaces_around_multiplicative_operators = true | |
| ij_kotlin_spaces_around_range = false | |
| ij_kotlin_spaces_around_relational_operators = true | |
| ij_kotlin_spaces_around_unary_operator = false | |
| ij_kotlin_spaces_around_when_arrow = true | |
| ij_kotlin_variable_annotation_wrap = off | |
| ij_kotlin_while_on_new_line = false | |
| ij_kotlin_wrap_elvis_expressions = 1 | |
| ij_kotlin_wrap_expression_body_functions = 1 | |
| ij_kotlin_wrap_first_method_in_call_chain = false | |
| [{*.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_keep_indents_on_empty_lines = false | |
| 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 | |
| [{*.pb,*.textproto}] | |
| indent_size = 2 | |
| tab_width = 2 | |
| ij_continuation_indent_size = 4 | |
| ij_prototext_keep_blank_lines_in_code = 2 | |
| ij_prototext_keep_indents_on_empty_lines = false | |
| ij_prototext_keep_line_breaks = true | |
| ij_prototext_space_after_colon = true | |
| ij_prototext_space_after_comma = true | |
| ij_prototext_space_before_colon = false | |
| ij_prototext_space_before_comma = false | |
| ij_prototext_spaces_within_braces = true | |
| ij_prototext_spaces_within_brackets = false | |
| [{*.properties,spring.handlers,spring.schemas}] | |
| ij_properties_align_group_field_declarations = false | |
| ij_properties_keep_blank_lines = false | |
| ij_properties_key_value_delimiter = equals | |
| ij_properties_spaces_around_key_value_delimiter = false | |
| [{*.qute.html,*.qute.txt}] | |
| ij_qute_keep_indents_on_empty_lines = false | |
| [{*.yaml,*.yml}] | |
| indent_size = 2 | |
| 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_sequence_on_new_line = false | |
| ij_yaml_space_before_colon = false | |
| ij_yaml_spaces_within_braces = true | |
| ij_yaml_spaces_within_brackets = true | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ### VisualStudioCode template | |
| .vscode/* | |
| !.vscode/settings.json | |
| !.vscode/tasks.json | |
| !.vscode/launch.json | |
| !.vscode/extensions.json | |
| *.code-workspace | |
| # Local History for Visual Studio Code | |
| .history/ | |
| ### JetBrains template | |
| # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider | |
| # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 | |
| # User-specific stuff | |
| .idea/ | |
| # Gradle and Maven with auto-import | |
| # When using Gradle or Maven with auto-import, you should exclude module files, | |
| # since they will be recreated, and may cause churn. Uncomment if using | |
| # auto-import. | |
| # *.iml | |
| # *.ipr | |
| # CMake | |
| cmake-build-*/ | |
| # File-based project format | |
| *.iws | |
| # IntelliJ | |
| out/ | |
| # mpeltonen/sbt-idea plugin | |
| .idea_modules/ | |
| # JIRA plugin | |
| atlassian-ide-plugin.xml | |
| # Crashlytics plugin (for Android Studio and IntelliJ) | |
| com_crashlytics_export_strings.xml | |
| crashlytics.properties | |
| crashlytics-build.properties | |
| fabric.properties | |
| ### Linux template | |
| *~ | |
| # temporary files which can be created if a process still has a handle open of a deleted file | |
| .fuse_hidden* | |
| # KDE directory preferences | |
| .directory | |
| # Linux trash folder which might appear on any partition or disk | |
| .Trash-* | |
| # .nfs files are created when an open file is removed but is still being accessed | |
| .nfs* | |
| ### VisualStudio template | |
| ## Ignore Visual Studio temporary files, build results, and | |
| ## files generated by popular Visual Studio add-ons. | |
| ## | |
| ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore | |
| # User-specific files | |
| *.rsuser | |
| *.suo | |
| *.user | |
| *.userosscache | |
| *.sln.docstates | |
| # User-specific files (MonoDevelop/Xamarin Studio) | |
| *.userprefs | |
| # Mono auto generated files | |
| mono_crash.* | |
| # Build results | |
| [Dd]ebug/ | |
| [Dd]ebugPublic/ | |
| [Rr]elease/ | |
| [Rr]eleases/ | |
| x64/ | |
| x86/ | |
| [Ww][Ii][Nn]32/ | |
| [Aa][Rr][Mm]/ | |
| [Aa][Rr][Mm]64/ | |
| bld/ | |
| [Bb]in/ | |
| [Oo]bj/ | |
| [Ll]og/ | |
| [Ll]ogs/ | |
| # Visual Studio 2015/2017 cache/options directory | |
| .vs/ | |
| # Uncomment if you have tasks that create the project's static files in wwwroot | |
| #wwwroot/ | |
| # Visual Studio 2017 auto generated files | |
| Generated\ Files/ | |
| # MSTest test Results | |
| [Tt]est[Rr]esult*/ | |
| [Bb]uild[Ll]og.* | |
| # NUnit | |
| *.VisualState.xml | |
| TestResult.xml | |
| nunit-*.xml | |
| # Build Results of an ATL Project | |
| [Dd]ebugPS/ | |
| [Rr]eleasePS/ | |
| dlldata.c | |
| # Benchmark Results | |
| BenchmarkDotNet.Artifacts/ | |
| # .NET Core | |
| project.lock.json | |
| project.fragment.lock.json | |
| artifacts/ | |
| # ASP.NET Scaffolding | |
| ScaffoldingReadMe.txt | |
| # StyleCop | |
| StyleCopReport.xml | |
| # Files built by Visual Studio | |
| *_i.c | |
| *_p.c | |
| *_h.h | |
| *.ilk | |
| *.meta | |
| *.obj | |
| *.iobj | |
| *.pch | |
| *.pdb | |
| *.ipdb | |
| *.pgc | |
| *.pgd | |
| *.rsp | |
| *.sbr | |
| *.tlb | |
| *.tli | |
| *.tlh | |
| *.tmp | |
| *.tmp_proj | |
| *_wpftmp.csproj | |
| *.log | |
| *.vspscc | |
| *.vssscc | |
| .builds | |
| *.pidb | |
| *.svclog | |
| *.scc | |
| # Chutzpah Test files | |
| _Chutzpah* | |
| # Visual C++ cache files | |
| ipch/ | |
| *.aps | |
| *.ncb | |
| *.opendb | |
| *.opensdf | |
| *.sdf | |
| *.cachefile | |
| *.VC.db | |
| *.VC.VC.opendb | |
| # Visual Studio profiler | |
| *.psess | |
| *.vsp | |
| *.vspx | |
| *.sap | |
| # Visual Studio Trace Files | |
| *.e2e | |
| # TFS 2012 Local Workspace | |
| $tf/ | |
| # Guidance Automation Toolkit | |
| *.gpState | |
| # ReSharper is a .NET coding add-in | |
| _ReSharper*/ | |
| *.[Rr]e[Ss]harper | |
| *.DotSettings.user | |
| # TeamCity is a build add-in | |
| _TeamCity* | |
| # DotCover is a Code Coverage Tool | |
| *.dotCover | |
| # AxoCover is a Code Coverage Tool | |
| .axoCover/* | |
| !.axoCover/settings.json | |
| # Coverlet is a free, cross platform Code Coverage Tool | |
| coverage*.json | |
| coverage*.xml | |
| coverage*.info | |
| # Visual Studio code coverage results | |
| *.coverage | |
| *.coveragexml | |
| # NCrunch | |
| _NCrunch_* | |
| .*crunch*.local.xml | |
| nCrunchTemp_* | |
| # MightyMoose | |
| *.mm.* | |
| AutoTest.Net/ | |
| # Web workbench (sass) | |
| .sass-cache/ | |
| # Installshield output folder | |
| [Ee]xpress/ | |
| # DocProject is a documentation generator add-in | |
| DocProject/buildhelp/ | |
| DocProject/Help/*.HxT | |
| DocProject/Help/*.HxC | |
| DocProject/Help/*.hhc | |
| DocProject/Help/*.hhk | |
| DocProject/Help/*.hhp | |
| DocProject/Help/Html2 | |
| DocProject/Help/html | |
| # Click-Once directory | |
| publish/ | |
| # Publish Web Output | |
| *.[Pp]ublish.xml | |
| *.azurePubxml | |
| # Note: Comment the next line if you want to checkin your web deploy settings, | |
| # but database connection strings (with potential passwords) will be unencrypted | |
| *.pubxml | |
| *.publishproj | |
| # Microsoft Azure Web App publish settings. Comment the next line if you want to | |
| # checkin your Azure Web App publish settings, but sensitive information contained | |
| # in these scripts will be unencrypted | |
| PublishScripts/ | |
| # NuGet Packages | |
| *.nupkg | |
| # NuGet Symbol Packages | |
| *.snupkg | |
| # The packages folder can be ignored because of Package Restore | |
| **/[Pp]ackages/* | |
| # except build/, which is used as an MSBuild target. | |
| !**/[Pp]ackages/build/ | |
| # Uncomment if necessary however generally it will be regenerated when needed | |
| #!**/[Pp]ackages/repositories.config | |
| # NuGet v3's project.json files produces more ignorable files | |
| *.nuget.props | |
| *.nuget.targets | |
| # Microsoft Azure Build Output | |
| csx/ | |
| *.build.csdef | |
| # Microsoft Azure Emulator | |
| ecf/ | |
| rcf/ | |
| # Windows Store app package directories and files | |
| AppPackages/ | |
| BundleArtifacts/ | |
| Package.StoreAssociation.xml | |
| _pkginfo.txt | |
| *.appx | |
| *.appxbundle | |
| *.appxupload | |
| # Visual Studio cache files | |
| # files ending in .cache can be ignored | |
| *.[Cc]ache | |
| # but keep track of directories ending in .cache | |
| !?*.[Cc]ache/ | |
| # Others | |
| ClientBin/ | |
| ~$* | |
| *~ | |
| *.dbmdl | |
| *.dbproj.schemaview | |
| *.jfm | |
| *.pfx | |
| *.publishsettings | |
| orleans.codegen.cs | |
| # Including strong name files can present a security risk | |
| # (https://github.com/github/gitignore/pull/2483#issue-259490424) | |
| #*.snk | |
| # Since there are multiple workflows, uncomment next line to ignore bower_components | |
| # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) | |
| #bower_components/ | |
| # RIA/Silverlight projects | |
| Generated_Code/ | |
| # Backup & report files from converting an old project file | |
| # to a newer Visual Studio version. Backup files are not needed, | |
| # because we have git ;-) | |
| _UpgradeReport_Files/ | |
| Backup*/ | |
| UpgradeLog*.XML | |
| UpgradeLog*.htm | |
| ServiceFabricBackup/ | |
| *.rptproj.bak | |
| # SQL Server files | |
| *.mdf | |
| *.ldf | |
| *.ndf | |
| # Business Intelligence projects | |
| *.rdl.data | |
| *.bim.layout | |
| *.bim_*.settings | |
| *.rptproj.rsuser | |
| *- [Bb]ackup.rdl | |
| *- [Bb]ackup ([0-9]).rdl | |
| *- [Bb]ackup ([0-9][0-9]).rdl | |
| # Microsoft Fakes | |
| FakesAssemblies/ | |
| # GhostDoc plugin setting file | |
| *.GhostDoc.xml | |
| # Node.js Tools for Visual Studio | |
| .ntvs_analysis.dat | |
| node_modules/ | |
| # Visual Studio 6 build log | |
| *.plg | |
| # Visual Studio 6 workspace options file | |
| *.opt | |
| # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) | |
| *.vbw | |
| # Visual Studio LightSwitch build output | |
| **/*.HTMLClient/GeneratedArtifacts | |
| **/*.DesktopClient/GeneratedArtifacts | |
| **/*.DesktopClient/ModelManifest.xml | |
| **/*.Server/GeneratedArtifacts | |
| **/*.Server/ModelManifest.xml | |
| _Pvt_Extensions | |
| # Paket dependency manager | |
| .paket/paket.exe | |
| paket-files/ | |
| # FAKE - F# Make | |
| .fake/ | |
| # CodeRush personal settings | |
| .cr/personal | |
| # Python Tools for Visual Studio (PTVS) | |
| __pycache__/ | |
| *.pyc | |
| # Cake - Uncomment if you are using it | |
| # tools/** | |
| # !tools/packages.config | |
| # Tabs Studio | |
| *.tss | |
| # Telerik's JustMock configuration file | |
| *.jmconfig | |
| # BizTalk build output | |
| *.btp.cs | |
| *.btm.cs | |
| *.odx.cs | |
| *.xsd.cs | |
| # OpenCover UI analysis results | |
| OpenCover/ | |
| # Azure Stream Analytics local run output | |
| ASALocalRun/ | |
| # MSBuild Binary and Structured Log | |
| *.binlog | |
| # NVidia Nsight GPU debugger configuration file | |
| *.nvuser | |
| # MFractors (Xamarin productivity tool) working folder | |
| .mfractor/ | |
| # Local History for Visual Studio | |
| .localhistory/ | |
| # BeatPulse healthcheck temp database | |
| healthchecksdb | |
| # Backup folder for Package Reference Convert tool in Visual Studio 2017 | |
| MigrationBackup/ | |
| # Ionide (cross platform F# VS Code tools) working folder | |
| .ionide/ | |
| # Fody - auto-generated XML schema | |
| FodyWeavers.xsd | |
| ### Gradle template | |
| .gradle | |
| **/build/ | |
| !src/**/build/ | |
| # Ignore Gradle GUI config | |
| gradle-app.setting | |
| # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) | |
| !gradle-wrapper.jar | |
| # Cache of project | |
| .gradletasknamecache | |
| # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 | |
| # gradle/wrapper/gradle-wrapper.properties | |
| ### Windows template | |
| # Windows thumbnail cache files | |
| Thumbs.db | |
| Thumbs.db:encryptable | |
| ehthumbs.db | |
| ehthumbs_vista.db | |
| # Dump file | |
| *.stackdump | |
| # Folder config file | |
| [Dd]esktop.ini | |
| # Recycle Bin used on file shares | |
| $RECYCLE.BIN/ | |
| # Windows Installer files | |
| *.cab | |
| *.msi | |
| *.msix | |
| *.msm | |
| *.msp | |
| # Windows shortcuts | |
| *.lnk | |
| ### macOS template | |
| # General | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| # Icon must end with two \r | |
| Icon | |
| # Thumbnails | |
| ._* | |
| # Files that might appear in the root of a volume | |
| .DocumentRevisions-V100 | |
| .fseventsd | |
| .Spotlight-V100 | |
| .TemporaryItems | |
| .Trashes | |
| .VolumeIcon.icns | |
| .com.apple.timemachine.donotpresent | |
| # Directories potentially created on remote AFP share | |
| .AppleDB | |
| .AppleDesktop | |
| Network Trash Folder | |
| Temporary Items | |
| .apdisk | |
| ### Kotlin template | |
| # Compiled class file | |
| *.class | |
| # Log file | |
| *.log | |
| # BlueJ files | |
| *.ctxt | |
| # Mobile Tools for Java (J2ME) | |
| .mtj.tmp/ | |
| # Package Files # | |
| *.jar | |
| *.war | |
| *.nar | |
| *.ear | |
| *.zip | |
| *.tar.gz | |
| *.rar | |
| # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | |
| hs_err_pid* | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | fun main(args: Array<String>) { | |
| if (2 != args.size) | |
| throw IllegalArgumentException("illegal arguments. ex) java -jar caller.jar [version1] [version2]") | |
| Take1().someMethod(args[0], args[1]) | |
| println("--------------------------------------------------------------------------------------------------------") | |
| Take2().someMethod(args[0], args[1]) | |
| println("--------------------------------------------------------------------------------------------------------") | |
| Take3().someMethod(args[0], args[1]) | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | object Helper { | |
| fun isUpdateRequired(currentVersion: String, minVersion: String): Boolean { | |
| val current = currentVersion.replace("[^.\\d]".toRegex(), "").split(".") | |
| val min = minVersion.replace("[^.\\d]".toRegex(), "").split(".") | |
| println("Helper#isUpdateRequired : current=${current.toList()}, min=${min.toList()}") | |
| return current[0].toInt() < min[0].toInt() || | |
| (current[0].toInt() == min[0].toInt() && current[1].toInt() < min[1].toInt()) || | |
| (current[0].toInt() == min[0].toInt() && current[1].toInt() == min[1].toInt() && current[2].toInt() < min[2].toInt()) | |
| } | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * [Semantic Versioning 2.0.0](https://semver.org/)に基づいたバージョン情報。 | |
| */ | |
| class SemanticVersion : Comparable<SemanticVersion> { | |
| @Suppress("MemberVisibilityCanBePrivate") | |
| companion object { | |
| const val PRE_RELEASE_PATTERN = "[\\da-zA-Z]+(\\.[\\da-zA-Z]+)*" | |
| const val BUILD_PATTERN = "[\\da-zA-Z]+(\\.[\\da-zA-Z]+)*" | |
| const val PATTERN = "^(\\d+)\\.(\\d+)\\.(\\d+)(-[^+]+)?(\\+.+)?$" | |
| val PRE_RELEASE_REGEX = PRE_RELEASE_PATTERN.toRegex() | |
| val BUILD_REGEX = BUILD_PATTERN.toRegex() | |
| val REGEX = PATTERN.toRegex() | |
| } | |
| var major: Int | |
| private set(value) { | |
| if (0 > value) | |
| throw IllegalArgumentException("negative major number : major=$value") | |
| field = value | |
| } | |
| var minor: Int | |
| private set(value) { | |
| if (0 > value) | |
| throw IllegalArgumentException("negative minor number : minor=$value") | |
| field = value | |
| } | |
| var patch: Int | |
| private set(value) { | |
| if (0 > value) | |
| throw IllegalArgumentException("negative patch number : patch=$value") | |
| field = value | |
| } | |
| var preRelease: String? | |
| private set(value) { | |
| field = if (null == value) | |
| value | |
| else { | |
| if (!value.matches(PRE_RELEASE_REGEX)) | |
| throw IllegalArgumentException("illegal pre-release : preRelease=$value") | |
| value | |
| } | |
| } | |
| var build: String? | |
| private set(value) { | |
| field = if (null == value) | |
| value | |
| else { | |
| if (!value.matches(BUILD_REGEX)) | |
| throw IllegalArgumentException("illegal build : build=$value") | |
| value | |
| } | |
| } | |
| constructor( | |
| major: Int, | |
| minor: Int, | |
| patch: Int, | |
| preRelease: String? = null, | |
| build: String? = null | |
| ) { | |
| this.major = major | |
| this.minor = minor | |
| this.patch = patch | |
| this.preRelease = preRelease | |
| this.build = build | |
| } | |
| constructor(version: String) { | |
| val result = REGEX.find(version) | |
| ?: throw IllegalArgumentException("illegal version : version=$version") | |
| major = result.groupValues[1].toInt(10) | |
| minor = result.groupValues[2].toInt(10) | |
| patch = result.groupValues[3].toInt(10) | |
| preRelease = result.groupValues[4].let { | |
| if (it.isEmpty()) | |
| null | |
| else | |
| it.substring(1) | |
| } | |
| build = result.groupValues[5].let { | |
| if (it.isEmpty()) | |
| null | |
| else | |
| it.substring(1) | |
| } | |
| } | |
| override fun compareTo(other: SemanticVersion): Int { | |
| var rv = major.compareTo(other.major) | |
| if (0 == rv) | |
| rv = minor.compareTo(other.minor) | |
| if (0 == rv) | |
| rv = patch.compareTo(other.patch) | |
| return rv | |
| } | |
| override fun equals(other: Any?): Boolean { | |
| if (this === other) return true | |
| if (javaClass != other?.javaClass) return false | |
| other as SemanticVersion | |
| return major == other.major | |
| && minor == other.minor | |
| && patch == other.patch | |
| && preRelease == other.preRelease | |
| && build == other.build | |
| } | |
| override fun hashCode(): Int { | |
| var result = major | |
| result = 31 * result + minor | |
| result = 31 * result + patch | |
| result = 31 * result + (preRelease?.hashCode() ?: 0) | |
| result = 31 * result + (build?.hashCode() ?: 0) | |
| return result | |
| } | |
| override fun toString(): String { | |
| var rv = "$major.$minor.$patch" | |
| if (null != preRelease) | |
| rv = "$rv-$preRelease" | |
| if (null != build) | |
| rv = "$rv+$build" | |
| return rv | |
| } | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | class Take1 { | |
| fun someMethod(currentVersion: String = "1.0.9", minVersion: String = "1.0.10") { | |
| if (isUpdateRequired(currentVersion, minVersion)) { | |
| println("FirstCaller#someMethod : update to $minVersion") | |
| } else { | |
| println("FirstCaller#someMethod : $currentVersion is up-to-date.") | |
| } | |
| } | |
| private fun isUpdateRequired(currentVersion: String, minVersion: String): Boolean { | |
| val current = currentVersion.replace("[^.\\d]".toRegex(), "").split(".") | |
| val min = minVersion.replace("[^.\\d]".toRegex(), "").split(".") | |
| println("Take1#isUpdateRequired current=${current.toList()}, min=${min.toList()}") | |
| return current[0].toInt() < min[0].toInt() || | |
| (current[0].toInt() == min[0].toInt() && current[1].toInt() < min[1].toInt()) || | |
| (current[0].toInt() == min[0].toInt() && current[1].toInt() == min[1].toInt() && current[2].toInt() < min[2].toInt()) | |
| } | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | class Take2 { | |
| fun someMethod(currentVersion: String = "1.0.9", minVersion: String = "1.0.10") { | |
| if (Helper.isUpdateRequired(currentVersion, minVersion)) { | |
| println("Take2#someMethod : update to $minVersion") | |
| } else { | |
| println("Take2#someMethod : $currentVersion is up-to-date.") | |
| } | |
| } | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | class Take3 { | |
| fun someMethod(currentVersion: String = "1.0.9", minVersion: String = "1.0.10") { | |
| val current = SemanticVersion(currentVersion) | |
| val min = SemanticVersion(minVersion) | |
| when { | |
| current > min -> println("Take3#someMethod : current($current) is up-to-date.") | |
| current < min -> println("Take3#someMethod : new version($min) is available.") | |
| else -> println("Take3#someMethod : current($current) and min($min) is equal.") | |
| } | |
| } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment