-
Notifications
You must be signed in to change notification settings - Fork 22
feat: add clang-format #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: add clang-format #232
Conversation
|
Thank you for this. Ideally we would like to merge such PRs in two steps:
Currently it's pretty hard to review it, as there are so many changes in single commit. Hard to see if there are only formatting related changes |
896aaea to
264659f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work 🚀
It formats code properly.
Co-authored-by: Tomasz Zawadzki <[email protected]>
exploIF
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, one minor comment and we can merge it
| - name: Install dependencies | ||
| run: yarn install --frozen-lockfile | ||
|
|
||
| - name: Run clang lint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we simply add this job a step in lint job in ci workflow?
Description
Added clang-format to format C++ and Objective-C code
How to test?
Run
yarn lint-clangcommand