16 lines
273 B
INI
16 lines
273 B
INI
# http://editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
max_line_length = 140
|
|
tab_width = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[{*.yml, *.yaml, *.ymal, *.cjs, *.js, *.json}]
|
|
indent_size = 2
|