1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-11 16:34:00 +02: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

View File

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