-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.editorconfig
More file actions
43 lines (33 loc) · 814 Bytes
/
.editorconfig
File metadata and controls
43 lines (33 loc) · 814 Bytes
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
#========================================================================
# editorconfig.org
#========================================================================
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
space_in_parens = false
space_in_brackets = false
space_in_braces = false
space_in_call = false
space_before_blocks = false
space_around_operators = true
space_after_type_colon = keep
blank_lines_root = 3
blank_lines_block = 2
blank_lines_keep = false
brace_style = same_line
quote_style = keep
trailing_comma = true
reduce_semicolon = true
align_imports = true
align_comments = true
align_enum = true
compact_mode = true
[*.md]
trim_trailing_whitespace = false
[*.{yml}]
indent_style = space