2019-11-02 06:30:50 +00: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 16:12:44 +00:00
|
|
|
[*.feature]
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
|
|
|
|
2020-04-15 11:47:33 +00:00
|
|
|
[*.yml]
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
|
|
|
|
2019-11-02 06:30:50 +00:00
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
2020-01-21 11:42:05 +00:00
|
|
|
|
|
|
|
[*.svg]
|
|
|
|
insert_final_newline = false
|
2023-05-09 15:26:35 +00:00
|
|
|
|
2023-06-21 12:57:48 +00:00
|
|
|
[package*.json]
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
|
|
|
|
2023-05-09 15:26:35 +00:00
|
|
|
[build/psalm-baseline.xml]
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
2023-09-21 14:41:11 +00:00
|
|
|
|
|
|
|
[config/*config.php]
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|