2019-11-02 09:30:50 +03:00
|
|
|
# https://editorconfig.org
|
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
indent_size = 4
|
|
|
|
indent_style = tab
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
2020-03-09 19:12:44 +03:00
|
|
|
[*.feature]
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
|
|
|
|
2020-04-15 14:47:33 +03:00
|
|
|
[*.yml]
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
|
|
|
|
2019-11-02 09:30:50 +03:00
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
2020-01-21 14:42:05 +03:00
|
|
|
|
|
|
|
[*.svg]
|
|
|
|
insert_final_newline = false
|