1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-16 19:58:14 +01:00

Correct indent size in .editorconfig

This commit is contained in:
Oliver Vogel 2024-02-29 15:26:37 +01:00
parent dcc95b8299
commit 2cf08016bd
No known key found for this signature in database
GPG Key ID: 1B19D214C02D69BB

View File

@ -5,7 +5,7 @@ root = true
[*.php]
indent_size = 4
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true