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 6a54d45 commit d26a043Copy full SHA for d26a043
src/NonDefaultConfig.php
@@ -18,6 +18,7 @@ public static function getNonDefaultConfig(string $name): ?array
18
'header_comment' => ['header' => ''],
19
'increment_style' => ['style' => 'post'],
20
'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline'],
21
+ 'numeric_literal_separator' => ['strategy' => 'no_separator'],
22
'native_constant_invocation' => ['fix_built_in' => false, 'include' => [], 'scope' => 'all', 'strict' => true],
23
'native_function_invocation' => ['include' => [], 'scope' => 'all', 'strict' => true],
24
'no_extra_blank_lines' => ['tokens' => [
0 commit comments