generated from nienow/micro-frontend-container
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
48 lines (43 loc) · 1.38 KB
/
.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = crlf
indent_style = space
indent_size = 2
insert_final_newline = true
max_line_length = 140
trim_trailing_whitespace = true
ij_continuation_indent_size = 2
ij_formatter_off_tag = @formatter:off
ij_formatter_on_tag = @formatter:on
[{*.md, *.mdx}]
max_line_length = off
trim_trailing_whitespace = false
ij_markdown_wrap_text_if_long = false
ij_markdown_wrap_text_inside_blockquotes = false
[*.astro]
max_line_length = off
[*.ts]
ij_typescript_call_parameters_wrap = normal
ij_typescript_extends_list_wrap = normal
ij_typescript_keep_blank_lines_in_code = 1
ij_typescript_keep_line_breaks = true
ij_typescript_method_call_chain_wrap = normal
ij_typescript_binary_operation_wrap = normal
ij_typescript_for_statement_wrap = normal
ij_typescript_array_initializer_wrap = normal
ij_typescript_if_brace_force = always
ij_typescript_do_while_brace_force = always
ij_typescript_while_brace_force = always
ij_typescript_for_brace_force = always
ij_typescript_force_semicolon_style = true
ij_typescript_use_double_quotes = false
ij_typescript_force_quote_style = true
ij_typescript_object_literal_wrap = on_every_item
ij_typescript_imports_wrap = normal
ij_typescript_spaces_within_imports = false
ij_typescript_indent_chained_calls = true
ij_typescript_enforce_trailing_comma = keep
[*.json]
ij_formatter_enabled = false