We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b483eec commit b653b5cCopy full SHA for b653b5c
ecs.php
@@ -19,6 +19,6 @@
19
]]);
20
21
$services->set(BinaryOperatorSpacesFixer::class)->call('configure', [[
22
- 'align_double_arrow' => true,
+ 'operators' => ['=>' => 'align'],
23
24
};
0 commit comments