forked from ChurchCRM/CRM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General whitespace cleanup (ChurchCRM#7074)
- Changed tabs to spaces - Deleted trailing spaces - Automatically fix code formatting in changed files - Delete some more comments
- Loading branch information
Showing
188 changed files
with
4,256 additions
and
5,700 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
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,8 +1,33 @@ | ||
* text=auto | ||
* eol=lf | ||
*.jpg binary | ||
*.git binary | ||
*.png binary | ||
*.xcf binary | ||
*.pdf binary | ||
*.mo binary | ||
# Define text file attributes: | ||
# - Treat them astext | ||
# - Ensure no CRLF line-endings, neither on checkout nor on checkin | ||
# - Detect whitespace errors: | ||
# - Exposed by default in `git diff --color` on the CLI | ||
# - Validate with `git diff --check` | ||
# - Deny applying with `git apply --whitespace=error-all` | ||
# - Fix automatically with `git apply --whitespace=fix` | ||
|
||
*.css text eol=lf whitespace=space-before-tab,tab-in-indent,trailing-space,tabwidth=2 | ||
*.html text eol=lf whitespace=space-before-tab,tab-in-indent,trailing-space,tabwidth=4 diff=html | ||
*.js text eol=lf whitespace=space-before-tab,tab-in-indent,trailing-space,tabwidth=2 | ||
*.json text eol=lf whitespace=space-before-tab,tab-in-indent,trailing-space,tabwidth=2 | ||
*.lock text eol=lf whitespace=space-before-tab,tab-in-indent,trailing-space,tabwidth=4 | ||
*.md text eol=lf whitespace=space-before-tab,tab-in-indent,trailing-space,tabwidth=2 | ||
*.php text eol=lf whitespace=space-before-tab,tab-in-indent,trailing-space,tabwidth=4 diff=php | ||
*.po text eol=lf whitespace=space-before-tab,tab-in-indent,trailing-space,tabwidth=2 | ||
*.sh text eol=lf whitespace=space-before-tab,tab-in-indent,trailing-space,tabwidth=2 | ||
*.sql text eol=lf whitespace=space-before-tab,tab-in-indent,trailing-space,tabwidth=2 | ||
*.svg text eol=lf whitespace=space-before-tab,tab-in-indent,trailing-space,tabwidth=2 | ||
*.twig text eol=lf whitespace=space-before-tab,tab-in-indent,trailing-space,tabwidth=4 | ||
*.xml text eol=lf whitespace=space-before-tab,tab-in-indent,trailing-space,tabwidth=4 | ||
*.yml text eol=lf whitespace=space-before-tab,tab-in-indent,trailing-space,tabwidth=2 | ||
|
||
# Define binary file attributes: | ||
# - Do not treat them as text | ||
*.gif binary | ||
*.ico binary | ||
*.jpg binary | ||
*.mo binary | ||
*.pdf binary | ||
*.png binary | ||
*.ttf binary |
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
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
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.