-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linter: delete superfluous whitespace
- Loading branch information
1 parent
a983794
commit 12fc00c
Showing
628 changed files
with
14,529 additions
and
14,984 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
<ruleset> | ||
<arg name="tab-width" value="4"/> | ||
|
||
<!-- don't touch files that aren't in git --> | ||
<exclude-pattern>/.github/</exclude-pattern> | ||
<exclude-pattern>/.vscode/</exclude-pattern> | ||
<exclude-pattern>/gitignore/</exclude-pattern> | ||
<exclude-pattern>/screenshots/</exclude-pattern> | ||
<exclude-pattern>/vendor/</exclude-pattern> | ||
|
||
<!-- only check *.php files --> | ||
<exclude-pattern>*\.(?!php$)</exclude-pattern> | ||
|
||
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace"/> | ||
</ruleset> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.