2014-10-02 15:36:53 -04:00
|
|
|
# editorconfig.org
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
|
|
|
|
charset = utf-8
|
|
|
|
|
end_of_line = lf
|
2016-08-22 10:30:46 -04:00
|
|
|
indent_size = 4
|
|
|
|
|
indent_style = space
|
2014-10-02 15:36:53 -04:00
|
|
|
insert_final_newline = true
|
2016-08-22 10:30:46 -04:00
|
|
|
trim_trailing_whitespace = true
|
2014-10-02 15:36:53 -04:00
|
|
|
|
2018-09-05 14:37:37 -04:00
|
|
|
[*.md]
|
2016-08-22 10:30:46 -04:00
|
|
|
trim_trailing_whitespace = false
|
2018-09-05 14:37:37 -04:00
|
|
|
|
|
|
|
|
[{*.yml,*.json}]
|
2020-11-02 16:17:44 -05:00
|
|
|
indent_size = 4
|
2018-09-05 14:37:37 -04:00
|
|
|
indent_style = space
|