Skip to content

Commit

Permalink
Merge pull request #1 from nextcloud/enhancement/binary_operator_spaces
Browse files Browse the repository at this point in the history
Enable binary_operator_spaces
  • Loading branch information
ChristophWurst committed Oct 6, 2020
2 parents 1a93da8 + 7924516 commit 2ef4049
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ public function getRules()
'array_syntax' => [
'syntax' => 'short',
],
'binary_operator_spaces' => [
'default' => 'single_space',
],
'blank_line_after_namespace' => true,
'blank_line_after_opening_tag' => true,
'braces' => [
Expand Down

0 comments on commit 2ef4049

Please sign in to comment.