root = true [*] 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_wrap_on_typing = false ij_kotlin_variable_annotation_wrap = on_every_item [*.{yml, yaml}] indent_size = 2 [*.{ts, js, vue, html}] charset = utf-8 end_of_line = lf indent_size = 2 indent_style = space insert_final_newline = false max_line_length = 120 tab_width = 4 # idea ij_javascript_force_semicolon_style = true ij_typescript_force_semicolon_style = true ij_javascript_force_quote_style = true ij_javascript_use_double_quotes = false ij_typescript_force_quote_style = true ij_typescript_use_double_quotes = false