mirror of https://github.com/wallabag/wallabag.git
Fix indentation
This commit is contained in:
parent
2c7c39ed87
commit
569eca0396
|
@ -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 New Issue