We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937a8ea commit a78bfddCopy full SHA for a78bfdd
README.md
@@ -1,11 +1,13 @@
1
# commit-hooks
2
A set of commit hooks that repositories can use to automate code checks
3
4
+It is recommended at all developers set up the hooks.
5
+
6
## Setting up
7
1. Clone this repo
8
1. `git config --global core.hooksPath <this repo location>/main`
9
-## Recommended settings:
10
+## Recommended settings
11
### To ensure the line endings are correctly converted:
12
1. On Windows: `git config --global core.autocrlf true`
13
1. On other platforms (including WSL): `git config --global core.autocrlf input`
0 commit comments