Skip to content

Commit

Permalink
Merge pull request #16 from bigladder/add-clang-format-note
Browse files Browse the repository at this point in the history
Add note about clang-format versions
  • Loading branch information
tanaya-mankad authored Jun 21, 2024
2 parents a1251c8 + 2e6c43b commit fc9fe19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ IDE, which can be configured to automatically format code upon file-save. Else,
* On Mac, `brew install clang-format` and run at the command line with `clang-format -i <file>`
* On Ubuntu, `sudo apt install clang-format` and run at the command line with `clang-format -i <file>`

**NOTE**: ensure the version of clang-format your development team is using locally matches the version used in `.github/workflows/clang-format-check.yml` or you may get false errors. The .clang-format file can be set to a version earlier than your current.

## Code Coverage: Codecov

## CI: GitHub Actions
Expand Down

0 comments on commit fc9fe19

Please sign in to comment.