2020-07-19 19:37:07 +02:00
|
|
|
# editorconfig.org
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
2020-10-25 18:23:45 +01:00
|
|
|
indent_style = tab
|
2020-07-19 19:37:07 +02:00
|
|
|
indent_size = 4
|
|
|
|
tab_width = 4
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
|
|
|
[*.yml]
|
2020-10-25 18:23:45 +01:00
|
|
|
indent_style = space
|
2020-07-19 19:37:07 +02:00
|
|
|
indent_size = 2
|
|
|
|
tab_width = 2
|