diff --git a/config/php-cs-fixer.php b/config/php-cs-fixer.php index 0a1224eed..96b39bbbe 100644 --- a/config/php-cs-fixer.php +++ b/config/php-cs-fixer.php @@ -96,5 +96,8 @@ // string notation 'single_quote' => true, 'string_implicit_backslashes' => ['single_quoted' => 'escape'], + + // whitespace + 'statement_indentation' => false, ] );