Skip to content

Commit

Permalink
Merge pull request #298 from tighten/adc/remove-excess-space-formatter
Browse files Browse the repository at this point in the history
Remove excess space formatter
  • Loading branch information
driftingly authored Nov 4, 2022
2 parents 0e98678 + 39fd578 commit 267237c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 285 deletions.
5 changes: 0 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,17 +268,12 @@ The default configuration is "tighten", but you may change this by adding a `tfo
<!-- formatters -->
| Formatter | Description |
| --- | --- |
| `ExcessSpaceBetweenAndAfterImports` | Removes excess newlines around use statements. |
| `FullyQualifiedFacades` | Import facades using their full namespace. |
| `NoDatesPropertyOnModels` | Use `$casts` instead of `$dates` on Eloquent models. |
| `NoDocBlocksForMigrationUpDown` | Removes doc blocks from the up and down method in migrations. |
| `UseAnonymousMigrations` | Prefer anonymous class migrations. |
<!-- /formatters -->

### General PHP

- `ExcessSpaceBetweenAndAfterImports`

### Laravel

- `FullyQualifiedFacades`
Expand Down
103 changes: 0 additions & 103 deletions src/Formatters/ExcessSpaceBetweenAndAfterImports.php

This file was deleted.

1 change: 0 additions & 1 deletion src/Presets/TightenPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public function getLinters(): array
public function getFormatters(): array
{
return [
Formatters\ExcessSpaceBetweenAndAfterImports::class,
Formatters\FullyQualifiedFacades::class,
Formatters\NoDocBlocksForMigrationUpDown::class,
];
Expand Down
176 changes: 0 additions & 176 deletions tests/Formatting/Formatters/ExcessSpaceBetweenAndAfterImportsTest.php

This file was deleted.

0 comments on commit 267237c

Please sign in to comment.