forked from wallabag/wallabag
Fix indentation
This commit is contained in:
committed by
Kevin Decherf
parent
2c7c39ed87
commit
569eca0396
@ -11,7 +11,7 @@ return PhpCsFixer\Config::create()
|
|||||||
'combine_consecutive_unsets' => true,
|
'combine_consecutive_unsets' => true,
|
||||||
'heredoc_to_nowdoc' => true,
|
'heredoc_to_nowdoc' => true,
|
||||||
'no_extra_blank_lines' => [
|
'no_extra_blank_lines' => [
|
||||||
'break',
|
'break',
|
||||||
'continue',
|
'continue',
|
||||||
'extra',
|
'extra',
|
||||||
'return',
|
'return',
|
||||||
|
|||||||
Reference in New Issue
Block a user