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.
24 lines
474 B
24 lines
474 B
# 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 = tab |
|
insert_final_newline = true |
|
max_line_length = 99 |
|
tab_width = 4 |
|
trim_trailing_whitespace = true |
|
|
|
[*.js] |
|
indent_style = space |
|
|
|
[*.py] |
|
indent_style = space |
|
|
|
[*.yml] |
|
indent_style = space
|
|
|