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
> **Important**: This project requires clang-format version 20.x for consistent formatting. Using other versions may result in formatting inconsistencies between local development and CI.
227
+
220
228
#### Usage
221
229
222
230
Format all C source files:
@@ -231,6 +239,12 @@ Check formatting without making changes:
231
239
rake format:c_check
232
240
```
233
241
242
+
Verbose check that shows differences:
243
+
244
+
```bash
245
+
rake format:c_verbose
246
+
```
247
+
234
248
#### Editor Integration
235
249
236
250
For VS Code users, install the "clangd" extension which will automatically use the project's `.clang-format` file.
0 commit comments