Skip to content

Commit

Permalink
Use clang-format-8
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 17, 2020
1 parent c69f69d commit 3423cb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions r/README.md
Expand Up @@ -180,11 +180,11 @@ Fix any style issues before committing with

./lint.sh --fix

The lint script requires Python 3 and `clang-format-7`. If the command
The lint script requires Python 3 and `clang-format-8`. If the command
isn’t found, you can explicitly provide the path to it like
`CLANG_FORMAT=$(which clang-format-7) ./lint.sh`. On macOS, you can get
`CLANG_FORMAT=$(which clang-format-8) ./lint.sh`. On macOS, you can get
this by installing LLVM via Homebrew and running the script as
`CLANG_FORMAT=$(brew --prefix llvm@7)/bin/clang-format ./lint.sh`
`CLANG_FORMAT=$(brew --prefix llvm@8)/bin/clang-format ./lint.sh`

### Useful functions

Expand Down

0 comments on commit 3423cb7

Please sign in to comment.