diff --git a/.editorconfig b/.editorconfig index 60cfa9f..7cc4c5f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,8 @@ trim_trailing_whitespace = false [*.php] indent_style = space indent_size = 4 + +[vendor/**] +; Use editor default (possible autodetection). +indent_style = +indent_size =