sync .editorconfig from laravel upstream

This commit is contained in:
Christian Winther 2024-02-11 18:05:24 +00:00
parent bad45b2544
commit 9387511753
1 changed files with 13 additions and 4 deletions

View File

@ -1,9 +1,18 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2
[docker-compose.yml]
indent_size = 4