diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e44ee1f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +hooks/* eol=lf diff --git a/hooks/pre-commit b/hooks/pre-commit new file mode 100644 index 0000000..7eb8b44 --- /dev/null +++ b/hooks/pre-commit @@ -0,0 +1,2 @@ +#!/bin/sh +deno fmt