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
Before submitting your code, ensure that you meet the versioning requirements above, follow the style guide of the file you are modifying (or the above rules for new files), and run clang format. Meson exposes clang format with the following command:
146
-
147
146
```
148
147
ninja -v -C build-${LIB_TYPE}/ clang-format
149
148
```
149
+
150
+
For convenience, you can also run the `reformat.sh` script located in the root directory.
0 commit comments