1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enhancement: Enable line_ending fixer

Closes GH-645.
This commit is contained in:
Andreas Möller
2022-07-12 13:50:03 +02:00
committed by GitHub
parent 4bca56f307
commit aa0a6f3ee0
3 changed files with 87 additions and 86 deletions

View File

@@ -14,6 +14,7 @@ $finder = $config->getFinder()
$config->setRules([
'array_indentation' => true,
'indentation_type' => true,
'line_ending' => true,
'no_trailing_whitespace' => true,
'ordered_class_elements' => true,
'single_space_after_construct' => true,