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
Since some windows users are getting involved (#6) make sure line endings etc are always consistent (although it's less of an issue nowadays with IDEs being sensible) using:
remove-crlf - Replace CRLF end-lines by LF ones before committing
remove-tabs - Replace tabs by whitespaces before committing
Add one or more of:
From https://gitlab.com/daverona/pre-commit-cpp to the pre-commit hooks that get invoked.
Since some windows users are getting involved (#6) make sure line endings etc are always consistent (although it's less of an issue nowadays with IDEs being sensible) using:
from https://github.com/Lucas-C/pre-commit-hooks
The text was updated successfully, but these errors were encountered: