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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user