35 lines
3.4 KiB
INI
35 lines
3.4 KiB
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = space
|
|
indent_size = 2
|
|
tab_width = 2
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
max_line_length = 1000
|
|
|
|
|
|
[*.styl]
|
|
ij_continuation_indent_size = 4
|
|
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_property_name_value_separator_on_format = false
|
|
ij_stylus_enforce_quotes_on_format = false
|
|
ij_stylus_hex_color_long_format = true
|
|
ij_stylus_hex_color_lower_case = false
|
|
ij_stylus_hex_color_short_format = false
|
|
ij_stylus_hex_color_upper_case = true
|
|
ij_stylus_is_property_name_value_separated_by_colon = 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
|