mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Enhancement: Enable and configure concat_space fixer
Closes GH-657.
This commit is contained in:
@@ -22,6 +22,9 @@ $config
|
||||
'array_indentation' => true,
|
||||
'array_syntax' => true,
|
||||
'class_attributes_separation' => true,
|
||||
'concat_space' => [
|
||||
'spacing' => 'one',
|
||||
],
|
||||
'constant_case' => true,
|
||||
'indentation_type' => true,
|
||||
'line_ending' => true,
|
||||
|
||||
Reference in New Issue
Block a user