You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
389 B
16 lines
389 B
3 years ago
|
# Top-most EditorConfig file
|
||
|
root = true
|
||
|
|
||
|
[*]
|
||
|
charset = utf-8
|
||
|
continuation_indent_size = 4
|
||
|
curly_bracket_next_line = false
|
||
|
end_of_line = lf
|
||
|
indent_brace_style = 1TBS
|
||
|
indent_size = 4
|
||
|
indent_style = space
|
||
|
insert_final_newline = true
|
||
|
max_line_length = 100
|
||
|
tab_width = 4
|
||
|
trim_trailing_whitespace = true
|