diff options
| author | Wajahat Ahmad <48358590+WajahatKanju@users.noreply.github.com> | 2024-06-26 19:55:27 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-26 16:55:27 +0200 |
| commit | 15beb3afdb07b0766c4793231c84b0de528dc579 (patch) | |
| tree | b6c73047f9c13f8f0cc7db86d9f40ef5796c9c49 /.gitattributes | |
| parent | 6595b2cf4c8b696c21da474513760a420c02c25a (diff) | |
Added .gitattributes to manage line endings
Fixes #1467 and #990
---------
Co-authored-by: Baptiste Mispelon <bmispelon@gmail.com>
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d2a21d01 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# shell scripts need LF endings to work
+*.sh text eol=lf
|
