Created
July 25, 2019 11:43
-
-
Save aliselcuk/4508c4eb1d69325931f721887a3ecf60 to your computer and use it in GitHub Desktop.
PHPStorm Style
This file contains 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
{ | |
"schemeName": "Dali Style", | |
"version": "1.0", | |
"codeStyle": { | |
"all": { | |
"formatter_off_tag": "@formatter:off", | |
"formatter_on_tag": "@formatter:on", | |
"formatter_tags_accept_regexp": false, | |
"formatter_tags_enabled": false, | |
"max_line_length": 120, | |
"wrap_on_typing": false | |
}, | |
"php": { | |
"align_assignments": false, | |
"align_class_constants": false, | |
"align_group_field_declarations": false, | |
"align_key_value_pairs": true, | |
"align_multiline_array_initializer_expression": true, | |
"align_multiline_binary_operation": false, | |
"align_multiline_chained_methods": true, | |
"align_multiline_extends_list": false, | |
"align_multiline_for": true, | |
"align_multiline_parameters": false, | |
"align_multiline_parameters_in_calls": false, | |
"align_multiline_ternary_operation": false, | |
"align_phpdoc_comments": true, | |
"align_phpdoc_param_names": true, | |
"api_weight": 28, | |
"array_initializer_new_line_after_left_brace": false, | |
"array_initializer_right_brace_on_new_line": false, | |
"array_initializer_wrap": "on_every_item", | |
"assignment_wrap": "off", | |
"author_weight": 28, | |
"binary_operation_sign_on_next_line": false, | |
"binary_operation_wrap": "off", | |
"blank_lines_after_class_header": 0, | |
"blank_lines_after_function": 1, | |
"blank_lines_after_imports": 1, | |
"blank_lines_after_opening_tag": 0, | |
"blank_lines_after_package": 1, | |
"blank_lines_around_class": 1, | |
"blank_lines_around_constants": 0, | |
"blank_lines_around_field": 1, | |
"blank_lines_around_method": 1, | |
"blank_lines_before_imports": 1, | |
"blank_lines_before_method_body": 0, | |
"blank_lines_before_package": 1, | |
"blank_lines_before_return_statement": 1, | |
"brace_style": "end_of_line", | |
"call_parameters_new_line_after_left_paren": false, | |
"call_parameters_right_paren_on_new_line": false, | |
"call_parameters_wrap": "off", | |
"catch_on_new_line": false, | |
"category_weight": 28, | |
"class_brace_style": "next_line", | |
"comma_after_last_array_element": true, | |
"concat_spaces": false, | |
"continuation_indent_size": 4, | |
"copyright_weight": 28, | |
"deprecated_weight": 28, | |
"do_while_brace_force": "always", | |
"else_if_style": "combine", | |
"else_on_new_line": false, | |
"example_weight": 28, | |
"extends_keyword_wrap": "off", | |
"extends_list_wrap": "off", | |
"fields_default_visibility": "protected", | |
"filesource_weight": 28, | |
"finally_on_new_line": false, | |
"for_brace_force": "always", | |
"for_statement_new_line_after_left_paren": false, | |
"for_statement_right_paren_on_new_line": false, | |
"for_statement_wrap": "off", | |
"force_short_declaration_array_style": true, | |
"global_weight": 28, | |
"group_use_wrap": "on_every_item", | |
"if_brace_force": "always", | |
"if_lparen_on_next_line": false, | |
"if_rparen_on_next_line": false, | |
"ignore_weight": 28, | |
"import_sorting": "alphabetic", | |
"indent_break_from_case": true, | |
"indent_case_from_switch": true, | |
"indent_code_in_php_tags": false, | |
"indent_size": 4, | |
"indent_style": "space", | |
"internal_weight": 28, | |
"keep_blank_lines_after_lbrace": 0, | |
"keep_blank_lines_before_right_brace": 0, | |
"keep_blank_lines_in_code": 1, | |
"keep_blank_lines_in_declarations": 0, | |
"keep_control_statement_in_one_line": true, | |
"keep_first_column_comment": true, | |
"keep_indents_on_empty_lines": false, | |
"keep_line_breaks": true, | |
"keep_rparen_and_lbrace_on_one_line": true, | |
"keep_simple_methods_in_one_line": true, | |
"lambda_brace_style": "end_of_line", | |
"license_weight": 28, | |
"line_comment_add_space": false, | |
"line_comment_at_first_column": true, | |
"link_weight": 28, | |
"lower_case_boolean_const": true, | |
"lower_case_null_const": true, | |
"method_brace_style": "next_line", | |
"method_call_chain_wrap": "off", | |
"method_parameters_new_line_after_left_paren": true, | |
"method_parameters_right_paren_on_new_line": true, | |
"method_parameters_wrap": "on_every_item", | |
"method_weight": 28, | |
"modifier_list_wrap": false, | |
"multiline_chained_calls_semicolon_on_new_line": false, | |
"namespace_brace_style": "end_of_line", | |
"null_type_position": "in_the_end", | |
"package_weight": 28, | |
"param_weight": 0, | |
"parentheses_expression_new_line_after_left_paren": false, | |
"parentheses_expression_right_paren_on_new_line": false, | |
"phpdoc_blank_line_before_tags": true, | |
"phpdoc_blank_lines_around_parameters": false, | |
"phpdoc_keep_blank_lines": false, | |
"phpdoc_param_spaces_between_name_and_description": 1, | |
"phpdoc_param_spaces_between_tag_and_type": 1, | |
"phpdoc_param_spaces_between_type_and_name": 1, | |
"phpdoc_use_fqcn": true, | |
"phpdoc_wrap_long_lines": false, | |
"place_assignment_sign_on_next_line": false, | |
"place_parens_for_constructor": 0, | |
"property_read_weight": 28, | |
"property_weight": 28, | |
"property_write_weight": 28, | |
"return_type_on_new_line": false, | |
"return_weight": 1, | |
"see_weight": 28, | |
"since_weight": 28, | |
"smart_tabs": false, | |
"sort_phpdoc_elements": true, | |
"space_after_colon": true, | |
"space_after_colon_in_return_type": true, | |
"space_after_comma": true, | |
"space_after_for_semicolon": true, | |
"space_after_quest": true, | |
"space_after_type_cast": false, | |
"space_after_unary_not": true, | |
"space_before_array_initializer_left_brace": false, | |
"space_before_catch_keyword": true, | |
"space_before_catch_left_brace": true, | |
"space_before_catch_parentheses": true, | |
"space_before_class_left_brace": true, | |
"space_before_closure_left_parenthesis": true, | |
"space_before_colon": true, | |
"space_before_colon_in_return_type": false, | |
"space_before_comma": false, | |
"space_before_do_left_brace": true, | |
"space_before_else_keyword": true, | |
"space_before_else_left_brace": true, | |
"space_before_finally_keyword": true, | |
"space_before_finally_left_brace": true, | |
"space_before_for_left_brace": true, | |
"space_before_for_parentheses": true, | |
"space_before_for_semicolon": false, | |
"space_before_if_left_brace": true, | |
"space_before_if_parentheses": true, | |
"space_before_method_call_parentheses": false, | |
"space_before_method_left_brace": true, | |
"space_before_method_parentheses": false, | |
"space_before_quest": true, | |
"space_before_switch_left_brace": true, | |
"space_before_switch_parentheses": true, | |
"space_before_try_left_brace": true, | |
"space_before_unary_not": false, | |
"space_before_while_keyword": true, | |
"space_before_while_left_brace": true, | |
"space_before_while_parentheses": true, | |
"space_between_ternary_quest_and_colon": false, | |
"spaces_around_additive_operators": true, | |
"spaces_around_arrow": false, | |
"spaces_around_assignment_in_declare": false, | |
"spaces_around_assignment_operators": true, | |
"spaces_around_bitwise_operators": true, | |
"spaces_around_equality_operators": true, | |
"spaces_around_logical_operators": true, | |
"spaces_around_multiplicative_operators": true, | |
"spaces_around_null_coalesce_operator": true, | |
"spaces_around_relational_operators": true, | |
"spaces_around_shift_operators": true, | |
"spaces_around_unary_operator": false, | |
"spaces_around_var_within_brackets": false, | |
"spaces_within_array_initializer_braces": false, | |
"spaces_within_brackets": false, | |
"spaces_within_catch_parentheses": false, | |
"spaces_within_for_parentheses": false, | |
"spaces_within_if_parentheses": false, | |
"spaces_within_method_call_parentheses": false, | |
"spaces_within_method_parentheses": false, | |
"spaces_within_parentheses": false, | |
"spaces_within_short_echo_tags": true, | |
"spaces_within_switch_parentheses": false, | |
"spaces_within_while_parentheses": false, | |
"special_else_if_treatment": true, | |
"subpackage_weight": 28, | |
"tab_width": 4, | |
"ternary_operation_signs_on_next_line": false, | |
"ternary_operation_wrap": "off", | |
"throws_weight": 2, | |
"todo_weight": 28, | |
"unknown_tag_weight": 28, | |
"upper_case_boolean_const": false, | |
"upper_case_null_const": false, | |
"uses_weight": 28, | |
"var_weight": 28, | |
"variable_naming_style": "camel_case", | |
"version_weight": 28, | |
"while_brace_force": "always", | |
"while_on_new_line": false | |
}, | |
"blade": { | |
"continuation_indent_size": 8, | |
"indent_size": 4, | |
"indent_style": "space", | |
"keep_indents_on_empty_lines": false, | |
"smart_tabs": false, | |
"tab_width": 4 | |
}, | |
"css": { | |
"align_closing_brace_with_properties": false, | |
"blank_lines_around_nested_selector": 1, | |
"blank_lines_between_blocks": 1, | |
"brace_placement": 0, | |
"continuation_indent_size": 8, | |
"hex_color_long_format": false, | |
"hex_color_lower_case": false, | |
"hex_color_short_format": false, | |
"hex_color_upper_case": false, | |
"indent_size": 4, | |
"indent_style": "space", | |
"keep_blank_lines_in_code": 2, | |
"keep_indents_on_empty_lines": false, | |
"keep_single_line_blocks": false, | |
"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" | |
], | |
"smart_tabs": false, | |
"space_after_colon": true, | |
"space_before_opening_brace": true, | |
"tab_width": 4, | |
"value_alignment": 0 | |
}, | |
"html": { | |
"add_new_line_before_tags": [ | |
"body", | |
"div", | |
"p", | |
"form", | |
"h1", | |
"h2", | |
"h3" | |
], | |
"align_attributes": true, | |
"align_text": false, | |
"attribute_wrap": "normal", | |
"block_comment_at_first_column": true, | |
"continuation_indent_size": 4, | |
"do_not_align_children_of_min_lines": 0, | |
"do_not_break_if_inline_tags": [ | |
"title", | |
"h1", | |
"h2", | |
"h3", | |
"h4", | |
"h5", | |
"h6", | |
"p" | |
], | |
"do_not_indent_children_of_tags": [ | |
"html", | |
"script" | |
], | |
"enforce_quotes": true, | |
"indent_size": 2, | |
"indent_style": "space", | |
"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", | |
"span", | |
"strike", | |
"strong", | |
"sub", | |
"sup", | |
"textarea", | |
"tt", | |
"u", | |
"var" | |
], | |
"keep_blank_lines": 2, | |
"keep_indents_on_empty_lines": false, | |
"keep_line_breaks": true, | |
"keep_line_breaks_in_text": true, | |
"keep_whitespaces": false, | |
"keep_whitespaces_inside": [ | |
"span", | |
"pre", | |
"textarea" | |
], | |
"line_comment_at_first_column": true, | |
"new_line_after_last_attribute": "never", | |
"new_line_before_first_attribute": "never", | |
"quote_style": "double", | |
"remove_new_line_before_tags": [ | |
"br" | |
], | |
"smart_tabs": false, | |
"space_after_tag_name": false, | |
"space_around_equality_in_attribute": false, | |
"space_inside_empty_tag": false, | |
"tab_width": 2, | |
"text_wrap": "normal" | |
}, | |
"javascript": { | |
"align_imports": false, | |
"align_multiline_array_initializer_expression": false, | |
"align_multiline_binary_operation": false, | |
"align_multiline_chained_methods": false, | |
"align_multiline_extends_list": false, | |
"align_multiline_for": true, | |
"align_multiline_parameters": true, | |
"align_multiline_parameters_in_calls": false, | |
"align_multiline_ternary_operation": false, | |
"align_object_properties": 0, | |
"align_union_types": false, | |
"align_var_statements": 0, | |
"array_initializer_new_line_after_left_brace": false, | |
"array_initializer_right_brace_on_new_line": false, | |
"array_initializer_wrap": "off", | |
"assignment_wrap": "off", | |
"binary_operation_sign_on_next_line": false, | |
"binary_operation_wrap": "off", | |
"blacklist_imports": "rxjs/Rx,node_modules/**/*", | |
"blank_lines_after_imports": 1, | |
"blank_lines_around_class": 1, | |
"blank_lines_around_field": 0, | |
"blank_lines_around_function": 0, | |
"blank_lines_around_method": 1, | |
"brace_style": "end_of_line", | |
"call_parameters_new_line_after_left_paren": false, | |
"call_parameters_right_paren_on_new_line": false, | |
"call_parameters_wrap": "off", | |
"catch_on_new_line": false, | |
"chained_call_dot_on_new_line": true, | |
"class_brace_style": "end_of_line", | |
"comma_on_new_line": false, | |
"continuation_indent_size": 2, | |
"do_while_brace_force": "never", | |
"else_on_new_line": false, | |
"enforce_trailing_comma": "keep", | |
"extends_keyword_wrap": "off", | |
"extends_list_wrap": "off", | |
"field_prefix": "_", | |
"file_name_style": "relaxed", | |
"finally_on_new_line": false, | |
"for_brace_force": "never", | |
"for_statement_new_line_after_left_paren": false, | |
"for_statement_right_paren_on_new_line": false, | |
"for_statement_wrap": "off", | |
"force_quote_style": true, | |
"force_semicolon_style": true, | |
"function_expression_brace_style": "end_of_line", | |
"if_brace_force": "always", | |
"import_merge_members": "global", | |
"import_prefer_absolute_path": "global", | |
"import_sort_members": true, | |
"import_sort_module_name": false, | |
"import_use_node_resolution": "true", | |
"imports_wrap": "on_every_item", | |
"indent_case_from_switch": true, | |
"indent_chained_calls": false, | |
"indent_package_children": 0, | |
"indent_size": 2, | |
"indent_style": "space", | |
"jsx_attribute_value": "braces", | |
"keep_blank_lines_in_code": 1, | |
"keep_first_column_comment": true, | |
"keep_indents_on_empty_lines": false, | |
"keep_line_breaks": true, | |
"keep_simple_blocks_in_one_line": true, | |
"keep_simple_methods_in_one_line": true, | |
"line_comment_add_space": true, | |
"line_comment_at_first_column": false, | |
"method_brace_style": "end_of_line", | |
"method_call_chain_wrap": "off", | |
"method_parameters_new_line_after_left_paren": false, | |
"method_parameters_right_paren_on_new_line": false, | |
"method_parameters_wrap": "off", | |
"object_literal_wrap": "on_every_item", | |
"parentheses_expression_new_line_after_left_paren": false, | |
"parentheses_expression_right_paren_on_new_line": false, | |
"place_assignment_sign_on_next_line": false, | |
"prefer_as_type_cast": false, | |
"prefer_parameters_wrap": false, | |
"reformat_c_style_comments": false, | |
"smart_tabs": false, | |
"space_after_colon": true, | |
"space_after_comma": true, | |
"space_after_dots_in_rest_parameter": false, | |
"space_after_generator_mult": true, | |
"space_after_property_colon": true, | |
"space_after_quest": true, | |
"space_after_type_colon": true, | |
"space_after_unary_not": false, | |
"space_before_async_arrow_lparen": true, | |
"space_before_catch_keyword": true, | |
"space_before_catch_left_brace": true, | |
"space_before_catch_parentheses": true, | |
"space_before_class_lbrace": true, | |
"space_before_class_left_brace": true, | |
"space_before_colon": true, | |
"space_before_comma": false, | |
"space_before_do_left_brace": true, | |
"space_before_else_keyword": true, | |
"space_before_else_left_brace": true, | |
"space_before_finally_keyword": true, | |
"space_before_finally_left_brace": true, | |
"space_before_for_left_brace": true, | |
"space_before_for_parentheses": true, | |
"space_before_for_semicolon": false, | |
"space_before_function_left_parenth": true, | |
"space_before_generator_mult": true, | |
"space_before_if_left_brace": true, | |
"space_before_if_parentheses": true, | |
"space_before_method_call_parentheses": false, | |
"space_before_method_left_brace": true, | |
"space_before_method_parentheses": false, | |
"space_before_property_colon": false, | |
"space_before_quest": true, | |
"space_before_switch_left_brace": true, | |
"space_before_switch_parentheses": true, | |
"space_before_try_left_brace": true, | |
"space_before_type_colon": false, | |
"space_before_unary_not": false, | |
"space_before_while_keyword": true, | |
"space_before_while_left_brace": true, | |
"space_before_while_parentheses": true, | |
"spaces_around_additive_operators": true, | |
"spaces_around_arrow_function_operator": true, | |
"spaces_around_assignment_operators": true, | |
"spaces_around_bitwise_operators": true, | |
"spaces_around_equality_operators": true, | |
"spaces_around_logical_operators": true, | |
"spaces_around_multiplicative_operators": true, | |
"spaces_around_relational_operators": true, | |
"spaces_around_shift_operators": true, | |
"spaces_around_unary_operator": false, | |
"spaces_within_array_initializer_brackets": false, | |
"spaces_within_brackets": false, | |
"spaces_within_catch_parentheses": false, | |
"spaces_within_for_parentheses": false, | |
"spaces_within_if_parentheses": false, | |
"spaces_within_imports": true, | |
"spaces_within_interpolation_expressions": false, | |
"spaces_within_method_call_parentheses": false, | |
"spaces_within_method_parentheses": false, | |
"spaces_within_object_literal_braces": true, | |
"spaces_within_object_type_braces": true, | |
"spaces_within_parentheses": false, | |
"spaces_within_switch_parentheses": false, | |
"spaces_within_type_assertion": false, | |
"spaces_within_union_types": true, | |
"spaces_within_while_parentheses": false, | |
"special_else_if_treatment": true, | |
"tab_width": 2, | |
"ternary_operation_signs_on_next_line": true, | |
"ternary_operation_wrap": "off", | |
"union_types_wrap": "on_every_item", | |
"use_chained_calls_group_indents": false, | |
"use_double_quotes": false, | |
"use_explicit_js_extension": "global", | |
"use_path_mapping": "always", | |
"use_public_modifier": false, | |
"use_semicolon_after_statement": false, | |
"var_declaration_wrap": "normal", | |
"while_brace_force": "never", | |
"while_on_new_line": false, | |
"wrap_comments": false | |
}, | |
"json": { | |
"continuation_indent_size": 4, | |
"indent_size": 4, | |
"indent_style": "space", | |
"keep_blank_lines_in_code": 1, | |
"keep_indents_on_empty_lines": true, | |
"keep_line_breaks": true, | |
"smart_tabs": false, | |
"space_after_colon": true, | |
"space_after_comma": true, | |
"space_before_colon": true, | |
"space_before_comma": false, | |
"spaces_within_braces": false, | |
"spaces_within_brackets": false, | |
"tab_width": 4, | |
"wrap_long_lines": false | |
}, | |
"sass": { | |
"align_closing_brace_with_properties": false, | |
"blank_lines_around_nested_selector": 1, | |
"blank_lines_between_blocks": 1, | |
"brace_placement": 0, | |
"continuation_indent_size": 8, | |
"hex_color_long_format": false, | |
"hex_color_lower_case": false, | |
"hex_color_short_format": false, | |
"hex_color_upper_case": false, | |
"indent_size": 2, | |
"indent_style": "space", | |
"keep_blank_lines_in_code": 2, | |
"keep_indents_on_empty_lines": false, | |
"keep_single_line_blocks": false, | |
"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" | |
], | |
"smart_tabs": false, | |
"space_after_colon": true, | |
"space_before_opening_brace": true, | |
"tab_width": 4, | |
"value_alignment": 0 | |
}, | |
"scss": { | |
"align_closing_brace_with_properties": false, | |
"blank_lines_around_nested_selector": 1, | |
"blank_lines_between_blocks": 1, | |
"brace_placement": 0, | |
"continuation_indent_size": 8, | |
"hex_color_long_format": false, | |
"hex_color_lower_case": false, | |
"hex_color_short_format": false, | |
"hex_color_upper_case": false, | |
"indent_size": 2, | |
"indent_style": "space", | |
"keep_blank_lines_in_code": 2, | |
"keep_indents_on_empty_lines": false, | |
"keep_single_line_blocks": false, | |
"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" | |
], | |
"smart_tabs": false, | |
"space_after_colon": true, | |
"space_before_opening_brace": true, | |
"tab_width": 4, | |
"value_alignment": 0 | |
}, | |
"twig": { | |
"continuation_indent_size": 8, | |
"indent_size": 4, | |
"indent_style": "space", | |
"keep_indents_on_empty_lines": false, | |
"smart_tabs": false, | |
"spaces_inside_delimiters": true, | |
"spaces_inside_variable_delimiters": true, | |
"tab_width": 4 | |
}, | |
"typescript": { | |
"align_imports": false, | |
"align_multiline_array_initializer_expression": false, | |
"align_multiline_binary_operation": false, | |
"align_multiline_chained_methods": false, | |
"align_multiline_extends_list": false, | |
"align_multiline_for": true, | |
"align_multiline_parameters": true, | |
"align_multiline_parameters_in_calls": false, | |
"align_multiline_ternary_operation": false, | |
"align_object_properties": 0, | |
"align_union_types": false, | |
"align_var_statements": 0, | |
"array_initializer_new_line_after_left_brace": false, | |
"array_initializer_right_brace_on_new_line": false, | |
"array_initializer_wrap": "off", | |
"assignment_wrap": "off", | |
"binary_operation_sign_on_next_line": false, | |
"binary_operation_wrap": "off", | |
"blacklist_imports": "rxjs/Rx,node_modules/**/*", | |
"blank_lines_after_imports": 1, | |
"blank_lines_around_class": 1, | |
"blank_lines_around_field": 0, | |
"blank_lines_around_field_in_interface": 0, | |
"blank_lines_around_function": 1, | |
"blank_lines_around_method": 1, | |
"blank_lines_around_method_in_interface": 1, | |
"brace_style": "end_of_line", | |
"call_parameters_new_line_after_left_paren": false, | |
"call_parameters_right_paren_on_new_line": false, | |
"call_parameters_wrap": "off", | |
"catch_on_new_line": false, | |
"chained_call_dot_on_new_line": true, | |
"class_brace_style": "end_of_line", | |
"comma_on_new_line": false, | |
"continuation_indent_size": 4, | |
"do_while_brace_force": "never", | |
"else_on_new_line": false, | |
"enforce_trailing_comma": "keep", | |
"extends_keyword_wrap": "off", | |
"extends_list_wrap": "off", | |
"field_prefix": "_", | |
"file_name_style": "relaxed", | |
"finally_on_new_line": false, | |
"for_brace_force": "never", | |
"for_statement_new_line_after_left_paren": false, | |
"for_statement_right_paren_on_new_line": false, | |
"for_statement_wrap": "off", | |
"force_quote_style": false, | |
"force_semicolon_style": false, | |
"function_expression_brace_style": "end_of_line", | |
"if_brace_force": "never", | |
"import_merge_members": "global", | |
"import_prefer_absolute_path": "global", | |
"import_sort_members": true, | |
"import_sort_module_name": false, | |
"import_use_node_resolution": "true", | |
"imports_wrap": "on_every_item", | |
"indent_case_from_switch": true, | |
"indent_chained_calls": true, | |
"indent_package_children": 0, | |
"indent_size": 4, | |
"indent_style": "space", | |
"jsdoc_include_types": false, | |
"jsx_attribute_value": "braces", | |
"keep_blank_lines_in_code": 2, | |
"keep_first_column_comment": true, | |
"keep_indents_on_empty_lines": false, | |
"keep_line_breaks": true, | |
"keep_simple_blocks_in_one_line": false, | |
"keep_simple_methods_in_one_line": false, | |
"line_comment_add_space": true, | |
"line_comment_at_first_column": false, | |
"method_brace_style": "end_of_line", | |
"method_call_chain_wrap": "off", | |
"method_parameters_new_line_after_left_paren": false, | |
"method_parameters_right_paren_on_new_line": false, | |
"method_parameters_wrap": "off", | |
"object_literal_wrap": "on_every_item", | |
"parentheses_expression_new_line_after_left_paren": false, | |
"parentheses_expression_right_paren_on_new_line": false, | |
"place_assignment_sign_on_next_line": false, | |
"prefer_as_type_cast": false, | |
"prefer_parameters_wrap": false, | |
"reformat_c_style_comments": false, | |
"smart_tabs": false, | |
"space_after_colon": true, | |
"space_after_comma": true, | |
"space_after_dots_in_rest_parameter": false, | |
"space_after_generator_mult": true, | |
"space_after_property_colon": true, | |
"space_after_quest": true, | |
"space_after_type_colon": true, | |
"space_after_unary_not": false, | |
"space_before_async_arrow_lparen": true, | |
"space_before_catch_keyword": true, | |
"space_before_catch_left_brace": true, | |
"space_before_catch_parentheses": true, | |
"space_before_class_lbrace": true, | |
"space_before_class_left_brace": true, | |
"space_before_colon": true, | |
"space_before_comma": false, | |
"space_before_do_left_brace": true, | |
"space_before_else_keyword": true, | |
"space_before_else_left_brace": true, | |
"space_before_finally_keyword": true, | |
"space_before_finally_left_brace": true, | |
"space_before_for_left_brace": true, | |
"space_before_for_parentheses": true, | |
"space_before_for_semicolon": false, | |
"space_before_function_left_parenth": true, | |
"space_before_generator_mult": false, | |
"space_before_if_left_brace": true, | |
"space_before_if_parentheses": true, | |
"space_before_method_call_parentheses": false, | |
"space_before_method_left_brace": true, | |
"space_before_method_parentheses": false, | |
"space_before_property_colon": false, | |
"space_before_quest": true, | |
"space_before_switch_left_brace": true, | |
"space_before_switch_parentheses": true, | |
"space_before_try_left_brace": true, | |
"space_before_type_colon": false, | |
"space_before_unary_not": false, | |
"space_before_while_keyword": true, | |
"space_before_while_left_brace": true, | |
"space_before_while_parentheses": true, | |
"spaces_around_additive_operators": true, | |
"spaces_around_arrow_function_operator": true, | |
"spaces_around_assignment_operators": true, | |
"spaces_around_bitwise_operators": true, | |
"spaces_around_equality_operators": true, | |
"spaces_around_logical_operators": true, | |
"spaces_around_multiplicative_operators": true, | |
"spaces_around_relational_operators": true, | |
"spaces_around_shift_operators": true, | |
"spaces_around_unary_operator": false, | |
"spaces_within_array_initializer_brackets": false, | |
"spaces_within_brackets": false, | |
"spaces_within_catch_parentheses": false, | |
"spaces_within_for_parentheses": false, | |
"spaces_within_if_parentheses": false, | |
"spaces_within_imports": false, | |
"spaces_within_interpolation_expressions": false, | |
"spaces_within_method_call_parentheses": false, | |
"spaces_within_method_parentheses": false, | |
"spaces_within_object_literal_braces": false, | |
"spaces_within_object_type_braces": true, | |
"spaces_within_parentheses": false, | |
"spaces_within_switch_parentheses": false, | |
"spaces_within_type_assertion": false, | |
"spaces_within_union_types": true, | |
"spaces_within_while_parentheses": false, | |
"special_else_if_treatment": true, | |
"tab_width": 4, | |
"ternary_operation_signs_on_next_line": false, | |
"ternary_operation_wrap": "off", | |
"union_types_wrap": "on_every_item", | |
"use_chained_calls_group_indents": false, | |
"use_double_quotes": true, | |
"use_explicit_js_extension": "global", | |
"use_path_mapping": "always", | |
"use_public_modifier": false, | |
"use_semicolon_after_statement": true, | |
"var_declaration_wrap": "normal", | |
"while_brace_force": "never", | |
"while_on_new_line": false, | |
"wrap_comments": false | |
}, | |
"xml": { | |
"block_comment_at_first_column": true, | |
"continuation_indent_size": 8, | |
"indent_size": 4, | |
"indent_style": "space", | |
"keep_indents_on_empty_lines": false, | |
"line_comment_at_first_column": true, | |
"smart_tabs": false, | |
"tab_width": 4 | |
}, | |
"yaml": { | |
"continuation_indent_size": 2, | |
"indent_size": 2, | |
"indent_style": "space", | |
"keep_indents_on_empty_lines": false, | |
"keep_line_breaks": true, | |
"smart_tabs": false, | |
"tab_width": 4 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment