Skip to content

Commit efad796

Browse files
committed
docs: update markdown table
1 parent afc955b commit efad796

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,13 @@ repos:
187187

188188
### What's the difference between [`cpp-linter-hooks`](https://github.com/cpp-linter/cpp-linter-hooks) and [`mirrors-clang-format`](https://github.com/pre-commit/mirrors-clang-format)?
189189

190-
| Feature | [`cpp-linter-hooks`](https://github.com/cpp-linter/cpp-linter-hooks) | [`mirrors-clang-format`](https://github.com/pre-commit/mirrors-clang-format) |
191-
|----------------------------------|:---------------------------------------------------------------------:|:----------------------------------------------------------------------------:|
192-
| Supports `clang-format` and `clang-tidy` | ✅ (`clang-format` & `clang-tidy`) | ✅ (`clang-format` only) |
193-
| Loads style configuration | ✅ via `--version` | ✅ (default behavior) |
194-
| Specify `clang-format` version | ✅ via `--version` | ✅ via `rev` |
195-
| Supports passing code string | ✅ via `--style` | ❌ |
196-
| Verbose output | ✅ via `--verbose` | ❌ |
190+
| Feature | `cpp-linter-hooks` | `mirrors-clang-format` |
191+
|----------------------------------|-------------------------------------------|----------------------------------------|
192+
| Supports `clang-format` and `clang-tidy` | ✅ (`clang-format` & `clang-tidy`) | ✅ (`clang-format` only) |
193+
| Loads style configuration | ✅ via `--version` | ✅ (default behavior) |
194+
| Specify `clang-format` version | ✅ via `--version` | ✅ via `rev` |
195+
| Supports passing code string | ✅ via `--style` | ❌ |
196+
| Verbose output | ✅ via `--verbose` | ❌ |
197197

198198

199199
## Contributing

0 commit comments

Comments
 (0)