Skip to content

Commit

Permalink
Merge pull request #38 from JohannesLorenz/fix-README-ignore-file
Browse files Browse the repository at this point in the history
README: Fix example of ignore files
  • Loading branch information
DoozyX committed May 25, 2022
2 parents 39915ee + 764c4af commit 2ec1a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
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 2ec1a72

Please sign in to comment.