Skip to content

Commit 7b520ce

Browse files
committed
update readme.md
1 parent 038b12a commit 7b520ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ This approach ensures that only modified files are checked, further speeding up
166166

167167
### Verbose Output
168168

169-
If you encounter issues with the `clang-format` hook (such as exit code 247 or other errors), you can enable verbose output to show the list of processed files by passing the `-v` or `--verbose` argument in the `args` section.
169+
> [!NOTE]
170+
> Use `-v` or `--verbose` in `args` of `clang-format` to show the list of processed files e.g.:
170171

171172
```yaml
172173
repos:

0 commit comments

Comments
 (0)