-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propose increasing column limit to 120. (#2255)
* Change key files * Full reformat * Update format.yml * Update ubuntu version for format checker
- Loading branch information
Showing
873 changed files
with
51,793 additions
and
85,746 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# | ||
# Add formatting and other uninteresting commits here and | ||
# 'git blame $file' will skip them IF | ||
# A) you have it configured to do so globally (dangerous, this will break git blame on repos that don't have a .git-blame-ignore-revs file. | ||
# git config --global blame.ignoreRevsFile .git-blame-ignore-revs | ||
# OR | ||
# B) you have it configured to do so locally (tedious, you have to remember to do this in every KK clone) | ||
# git config blame.ignoreRevsFile .git-blame-ignore-revs | ||
# OR | ||
# C) you have an aliased blame command for KokkosKernels: | ||
# git config --global alias.kkblame 'blame --ignore-revs-file=.git-blame-ignore-revs' | ||
# NOTE: this implies you run 'git kkblame $file' | ||
# OR | ||
# D) you explicitly tell blame to skip them | ||
# git blame --ignore-revs-file=.git-blame-ignore-revs $file | ||
# | ||
# List skips here: |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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.