diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..5b0d8d8809 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# The "shellcheck" pre-commit hook requires shell scripts to end lines with LF +# regardless of git's "core.autocrlf" setting. +*.sh text eol=lf