Skip to content

Commit

Permalink
Update clang-format version in CONTRIBUTING and README
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Mar 6, 2024
1 parent a31f951 commit 1b5da97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ To develop Firebase software, **install**:
To install [clang-format] and [mint] using [Homebrew]:

```console
brew install clang-format@17
brew install clang-format@18
brew install mint
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GitHub Actions will verify that any code changes are done in a style-compliant
way. Install `clang-format` and `mint`:

```console
brew install clang-format@17
brew install clang-format@18
brew install mint
```

Expand Down

0 comments on commit 1b5da97

Please sign in to comment.