Skip to content

Commit 5b0db4a

Browse files
authored
Update NonDefaultConfig.php (#13)
1 parent 6a54d45 commit 5b0db4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NonDefaultConfig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public static function getNonDefaultConfig(string $name): ?array
1818
'header_comment' => ['header' => ''],
1919
'increment_style' => ['style' => 'post'],
2020
'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline'],
21+
'numeric_literal_separator' => ['strategy' => 'no_separator'],
2122
'native_constant_invocation' => ['fix_built_in' => false, 'include' => [], 'scope' => 'all', 'strict' => true],
2223
'native_function_invocation' => ['include' => [], 'scope' => 'all', 'strict' => true],
2324
'no_extra_blank_lines' => ['tokens' => [

0 commit comments

Comments
 (0)