1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/.editorconfig

20 lines
265 B
INI
Raw Normal View History

2015-02-05 14:29:35 +01:00
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
2016-06-18 21:13:57 +02:00
insert_final_newline = true
2015-02-05 14:29:35 +01:00
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.json]
2016-06-18 21:13:57 +02:00
indent_size = 2
2021-03-04 14:27:43 +01:00
[*.{yaml,yml}]
2021-03-04 14:27:43 +01:00
indent_size = 2