diff options
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 0d697f0b7..73d82c13e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # indicate generated files so they don't appear in GitHub diffs *.slang.cpp linguist-generated + +# Set the line endings to LF for shell scripts +*.sh text eol=lf |
