We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03e326 commit 742d7f7Copy full SHA for 742d7f7
CODING_STANDARD.md
@@ -320,8 +320,8 @@ Homebrew.
320
To install on a Unix-like system, try installing using the system package
321
manager:
322
```
323
-apt-get install clang-format-8 # Run this on Ubuntu, Debian etc.
324
-brew install clang-format@8 # Run this on a Mac with Homebrew installed
+apt-get install clang-format-7 # Run this on Ubuntu, Debian etc.
+brew install clang-format@7 # Run this on a Mac with Homebrew installed
325
326
327
If your platform doesn't have a package for clang-format, you can download a
0 commit comments