diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-05 14:37:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-05 14:37:26 +0100 |
| commit | 700cf8fe9a6b007f3e14235a15cec3455c71d353 (patch) | |
| tree | c154d517bb2bb1cdbb5f50fd2a6550827bcab4d0 | |
| parent | 97bbfe32aacc361a5c34bcb2c5045c977d21de4b (diff) | |
| parent | 2fb89ccacae2958de3edec3caa529543db683b98 (diff) | |
| download | PROJ-700cf8fe9a6b007f3e14235a15cec3455c71d353.tar.gz PROJ-700cf8fe9a6b007f3e14235a15cec3455c71d353.zip | |
Merge pull request #1774 from mloskot/ml/add-gitattributes-with-lf-in-unix-shell-scripts
Add .gitattributes to normalize line endings of Unix scripts to LF
| -rw-r--r-- | .gitattributes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4d2452bf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# +# Configure line ending normalisation for this repository. +# +* text=auto +*.ac text eol=lf +*.am text eol=lf +*.m4 text eol=lf +*.sh text eol=lf |
