Skip to content

Commit ecfde3c

Browse files
authored
Merge pull request #6 from mapado/prettier-conflicts
Fix another conflicts with prettier
2 parents 27180a9 + 8d318f6 commit ecfde3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Config.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ public function getRules(): array
177177
'types_spaces' => false, // not that clear in PER
178178
'single_space_around_construct' => false,
179179
'method_argument_space' => false,
180+
'integer_literal_case' => false,
181+
'heredoc_indentation' => [
182+
'indentation' => 'same_as_start',
183+
],
180184
]);
181185
}
182186

0 commit comments

Comments
 (0)