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

Enhancement: Enable blank_line_after_opening_tag fixer (#875)

This commit is contained in:
Andreas Möller
2023-12-07 16:57:19 +01:00
committed by GitHub
parent 25d2dc1cc9
commit 59c070f557
39 changed files with 47 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ $config
'array_syntax' => true,
'binary_operator_spaces' => true,
'blank_line_after_namespace' => true,
'blank_line_after_opening_tag' => true,
'class_attributes_separation' => true,
'class_definition' => true,
'concat_space' => [