1
0
mirror of https://github.com/Intervention/image.git synced 2025-07-31 02:50:13 +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]
indent_size = 4
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true