-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automate source code formatting with
clang-format
(#190)
* Format source (add .clang-format) * Remove redundant quotes * Fix 2json help test * Fix test-cli tests * Fix typos in expected output of ext tests * Format missing header in include directory [skip ci] * Format missing file in src directory [skip ci] * Format missing file in examples directory [skip ci] * Format missing files in app directory * Fix expected output for ext test-3 * Add CI script and update CI accordingly * Format enums [skip ci] * Add checks for clang-format 13 * Format missing enum * Update clang-format existence and version checks * Add separate job to set tag on release * Update tag job * Add lint changes and clang-format note for contributors [skip ci] * Minor updates [skip ci] * Quiet brew already installed warnings * Use preinstalled GCC 12 on macOS * Use clang on macos-14 runner instead of gcc-12 * Use gcc-13 on macOS runners
- Loading branch information
Showing
117 changed files
with
5,022 additions
and
5,158 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,7 @@ | ||
BasedOnStyle: Microsoft | ||
BreakBeforeBraces: Attach | ||
ContinuationIndentWidth: 2 | ||
IndentWidth: 2 | ||
SortIncludes: false | ||
TabWidth: 2 | ||
UseTab: Never |
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.