Skip to content

Commit ade465c

Browse files
committed
chore: update readme and pre-commit-config
1 parent b35c563 commit ade465c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ repos:
55
- id: trailing-whitespace
66
exclude: '\.patch$'
77
- id: check-yaml
8+
- id: end-of-file-fixer
9+
exclude: '\.patch$'
10+
- id: check-added-large-files
11+
args: ['--maxkb=100']
12+
- id: check-merge-conflict

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The supported versions are as follows:
3131
## Download
3232

3333
* Download clang-tools static binaries for your platform from the [Releases](https://github.com/cpp-linter/clang-tools-static-binaries/releases) tab.
34-
* Alternatively, use the [clang-tools CLI](https://github.com/cpp-linter/clang-tools-pip) to download and manage them.
34+
* Alternatively, use the [pip](https://github.com/cpp-linter/clang-tools-pip) or [asdf](https://github.com/cpp-linter/asdf-clang-tools) to download and manage them.
3535

3636
## Motivation behind this repo
3737

0 commit comments

Comments
 (0)