mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-08-02 12:14:54 +02:00
switch to PSR12 base for formatting
This commit is contained in:
parent
9dbcdfb741
commit
cbff3d0764
29 changed files with 107 additions and 49 deletions
|
|
@ -5,7 +5,7 @@ $finder = PhpCsFixer\Finder::create()
|
|||
;
|
||||
return (new PhpCsFixer\Config())
|
||||
->setRules([
|
||||
'@PSR2' => true,
|
||||
'@PSR12' => true,
|
||||
'array_syntax' => ['syntax' => 'short'],
|
||||
'braces_position' => [
|
||||
'functions_opening_brace' => 'same_line',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue