Преглед на файлове

Docs for clang-format 19 (#13762)

Paul Beusterien преди 1 година
родител
ревизия
9a9d23d68c
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      CONTRIBUTING.md
  2. 1 1
      README.md
  3. 1 1
      scripts/style.sh

+ 1 - 1
CONTRIBUTING.md

@@ -132,7 +132,7 @@ To develop Firebase software, **install**:
    To install [clang-format] and [mint] using [Homebrew]:
 
     ```console
-    brew install clang-format@18
+    brew install clang-format@19
     brew install mint
     ```
 

+ 1 - 1
README.md

@@ -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@18
+brew install clang-format@19
 brew install mint
 ```
 

+ 1 - 1
scripts/style.sh

@@ -65,7 +65,7 @@ case "$version" in
     exit 1
     ;;
   *)
-    echo "Please upgrade to clang-format version 18."
+    echo "Please upgrade to clang-format version 19."
     echo "If it's installed via homebrew you can run:"
     echo "brew upgrade clang-format"
     exit 1