-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.editorconfig
33 lines (30 loc) · 935 Bytes
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 240
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
[*.md]
trim_trailing_whitespace = false
[{*.yml,*.yaml,*.vue,*.ts,*.js,*.css,*.scss,*.json,*.cjs}]
indent_size = 2
tab_width = 2
ij_continuation_indent_size = 2
ij_javascript_use_explicit_js_extension = true
ij_html_space_inside_empty_tag = true
ij_html_do_not_indent_children_of_tags = none
ij_typescript_spaces_within_object_type_braces = true
ij_typescript_spaces_within_object_literal_braces = true
ij_typescript_spaces_within_imports = true
ij_typescript_space_before_function_left_parenth = true
[{*.vue,*.ts,*.js}]
ij_typescript_use_semicolon_after_statement = false