Skip to content

Commit

Permalink
README: Fix example of ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Mar 5, 2022
1 parent 9ea7263 commit 764c4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Multiple exclude rules can also be put in a `.clang-format-ignore` file, which a
Example:
```
# ignore third_party code from clang-format checks
src/third_party/*
src/ignored/*
./src/third_party/*
./src/ignored/*
```

### `extensions`
Expand Down

0 comments on commit 764c4af

Please sign in to comment.