Update Code Style authored by Sebastian's avatar Sebastian
......@@ -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