-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.editorconfig
30 lines (26 loc) · 943 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
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[{*.ts,*.js}]
ij_javascript_import_sort_members = true
ij_javascript_import_merge_members = true
ij_javascript_spaces_within_imports = true
ij_javascript_spaces_within_array_initializer_brackets = true
ij_javascript_spaces_within_brackets = true
ij_javascript_spaces_within_interpolation_expressions = true
ij_javascript_spaces_within_object_literal_braces = true
ij_typescript_import_sort_members = true
ij_typescript_import_merge_members = true
ij_typescript_spaces_within_imports = true
ij_typescript_spaces_within_array_initializer_brackets = true
ij_typescript_spaces_within_brackets = true
ij_typescript_spaces_within_interpolation_expressions = true
ij_typescript_spaces_within_object_literal_braces = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false