Fix editorconfig for laravel/sail's docker-compose (#5632)
https://github.com/laravel/sail/pull/165#issuecomment-865190799
This commit is contained in:
parent
99d5ca2845
commit
c0363f626c
|
@ -13,3 +13,6 @@ trim_trailing_whitespace = false
|
||||||
|
|
||||||
[*.{yml,yaml}]
|
[*.{yml,yaml}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[docker-compose.yml]
|
||||||
|
indent_size = 4
|
||||||
|
|
Loading…
Reference in New Issue