Skip to content

Commit afe33bd

Browse files
committed
Correctly auto-fix indentation in our _themeColors
1 parent 1954f32 commit afe33bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ return PhpCsFixer\Config::create()
1414
'@PSR1' => true,
1515
'@PSR2' => true,
1616
'@Symfony' => true,
17+
'array_indentation' => true,
1718
'array_syntax' => ['syntax' => 'long'],
1819
'concat_space' => ['spacing' => 'one'],
1920
'no_useless_else' => true,

0 commit comments

Comments
 (0)