Skip to content

Commit

Permalink
Enable rule array_indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Mar 24, 2021
1 parent 9214cbb commit c1e9c05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ You can find and compare releases at the [GitHub release page](https://github.co

## Unreleased

## v1.2.0

### Added

- Enable rule `array_indentation`

## v1.1.0

### Added
Expand Down
1 change: 1 addition & 0 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
const RULES = [
'@Symfony' => true,

'array_indentation' => true,
'array_syntax' => [
'syntax' => 'short',
],
Expand Down

0 comments on commit c1e9c05

Please sign in to comment.