Skip to content

Commit 9a9d23d

Browse files
authored
Docs for clang-format 19 (#13762)
1 parent 95596c2 commit 9a9d23d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ To develop Firebase software, **install**:
132132
To install [clang-format] and [mint] using [Homebrew]:
133133

134134
```console
135-
brew install clang-format@18
135+
brew install clang-format@19
136136
brew install mint
137137
```
138138

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ GitHub Actions will verify that any code changes are done in a style-compliant
153153
way. Install `clang-format` and `mint`:
154154

155155
```console
156-
brew install clang-format@18
156+
brew install clang-format@19
157157
brew install mint
158158
```
159159

scripts/style.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ case "$version" in
6565
exit 1
6666
;;
6767
*)
68-
echo "Please upgrade to clang-format version 18."
68+
echo "Please upgrade to clang-format version 19."
6969
echo "If it's installed via homebrew you can run:"
7070
echo "brew upgrade clang-format"
7171
exit 1

0 commit comments

Comments
 (0)