Skip to content

Commit f5b29fb

Browse files
authored
Merge 72a10d2 into f67aa12
2 parents f67aa12 + 72a10d2 commit f5b29fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/php-cs-fixer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,8 @@
9696
// string notation
9797
'single_quote' => true,
9898
'string_implicit_backslashes' => ['single_quoted' => 'escape'],
99+
100+
// whitespace
101+
'statement_indentation' => false,
99102
]
100103
);

0 commit comments

Comments
 (0)