mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-09 08:25:25 +00:00
Fix indentation
This commit is contained in:
parent
2c7c39ed87
commit
569eca0396
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ return PhpCsFixer\Config::create()
|
|||
'combine_consecutive_unsets' => true,
|
||||
'heredoc_to_nowdoc' => true,
|
||||
'no_extra_blank_lines' => [
|
||||
'break',
|
||||
'break',
|
||||
'continue',
|
||||
'extra',
|
||||
'return',
|
||||
|
|
Loading…
Reference in a new issue