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
If linter checks are enabled, also a program should be provided to fix linter errors, such as clang-format-8, with a hook at commit time (the user installs the program separately and the git hook calls it). Or else developing code can be a very annoying affair, with sometimes hundreds of trivial things to fix manually for each commit.
Different numbers of spaces are used for indents, different curly-brace placements are used, snake_case vs. camelCase, etc... throughout the code.
The text was updated successfully, but these errors were encountered: