-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
39 lines (31 loc) · 890 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
34
35
36
37
38
39
root = true
[*]
charset = utf-8
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{bat, cmd, ps1}]
end_of_line = crlf
[*.sh]
end_of_line = lf
[*.java]
ij_java_class_count_to_use_import_on_demand = 999
ij_java_imports_layout = *, $*
ij_java_insert_inner_class_imports = false
ij_java_layout_static_imports_separately = true
ij_java_names_count_to_use_import_on_demand = 999
ij_java_use_single_class_imports = true
[*.html]
max_line_length = 100
[*.{ts, tsx, js, jsx, vue, css, scss, yml}]
indent_size = 2
max_line_length = 100
[{*.har, *.jsb2, *.jsb3, *.json, .babelrc, .eslintrc, .stylelintrc, bowerrc, jest.config}]
indent_size = 2
ij_json_keep_line_breaks = true
ij_json_keep_blank_lines_in_code = 1
ij_json_spaces_within_braces = true
ij_json_spaces_within_brackets = true
ij_json_wrap_long_lines = false
[*.md]
trim_trailing_whitespace = false