You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,21 @@ Use -header-filter=.* to display errors from all non-system headers. Use -system
151
151
152
152
```
153
153
154
+
## Troubleshooting
155
+
156
+
### Debugging `clang-format` hook
157
+
158
+
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.
0 commit comments