Replies: 1 comment 4 replies
-
I contributed to the C Core in this project because I like using the web in my GUIs and because the code is formatted with 4 spaces as 1 tab 😆 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently exploring pre-commit hooks to format code and keep consistency within the repo.
So I have some questions about the technical choices:
I have made some tests with a local pre-commit hook with the following formatters:
Are you okay with the formatters and config?
To deal with installing hooks, I thought of using Husky, but maybe there is a more convenient tool for a C project. Do you have any ideas or suggestions?
Beta Was this translation helpful? Give feedback.
All reactions