-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: enable clang-format and fix the files
To review this commit, go to the directly previous commit, edit .pre-commit-config.yaml to uncomment the same things that were uncommented in this commit, exec pre-commit run --all-files, and diff against this commit. In short: ``` :; COMMIT=$(git rev-parse HEAD) :; git checkout HEAD~ :; git diff $COMMIT -- .pre-commit-config.yaml | patch -p1 -R :; pre-commit run --all-files :; git diff $COMMIT ``` To get back to your tree: ``` :; git reset --hard $COMMIT :; git checkout - ```
- Loading branch information
Showing
37 changed files
with
1,790 additions
and
1,546 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
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.