2015-01-12 18:49:30 +01:00
|
|
|
# http://editorconfig.org
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
2015-01-16 15:48:51 +01:00
|
|
|
indent_size = 4
|
2015-01-12 18:49:30 +01:00
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
|
|
|
|
2019-05-03 18:34:29 +02:00
|
|
|
[*.yml]
|
|
|
|
indent_size = 2
|
2019-05-05 01:07:55 +02:00
|
|
|
|
2015-01-12 18:49:30 +01:00
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|