-
-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add .git-blame-ignore-revs * Add readme comment * Add "changed to 80 max column"
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# If a commit modifies a ton of files and doesn't really contribute to the | ||
# output of git-blame, please add it here | ||
# | ||
# Don't add commits from the same PR you are creating. We squash PRs into a | ||
# single commit, so references to those commits will be lost | ||
# | ||
# 2018 - changed to 80 max column | ||
f71ff08e686ae76c3dd4084d0f05f27ba9b3fdcb | ||
# | ||
# 2018 - added brace wrapping after if and for | ||
e259b9e39f46f3cb0e4838c988d4f320a03dfaa4 | ||
# | ||
# 2019 - Normalize line endings in already existing files | ||
b06eb9df835c25154899fbcf43e9b37addcea1b1 |
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