Skip to content
GitLab
Explore
Sign in
Register
Changes
Page history
Update Code Style
authored
Sep 16, 2021
by
Sebastian
Hide whitespace changes
Inline
Side-by-side
Code-Style.md
View page @
886de6a8
...
...
@@ -49,4 +49,6 @@ if [ $? -ne 0 ]; then
fi
exit 0
```
\ No newline at end of file
```
Similarly, you can create a script at
`.git/hooks/pre-commit`
to check the coding conventions on every commit.
\ No newline at end of file