f5c1b78f16
more infos https://editorconfig.org/
16 lines
252 B
INI
16 lines
252 B
INI
# editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[{package.json,.travis.yml}]
|
|
indent_size = 2 |