diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-05-05 13:42:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-05 13:42:39 -0700 |
| commit | e8c23168fabae9b1426df22ca0a24261959e3b11 (patch) | |
| tree | b18f1859277e763803cfba61b939884d60d22360 /.gitattributes | |
| parent | 8dea147fff1cbf23114f1ca0ef09c31e93d74338 (diff) | |
| parent | 1c70d26ad1ad53c4afd53cc9c4ef729227e72c24 (diff) | |
| download | vcpkg-e8c23168fabae9b1426df22ca0a24261959e3b11.tar.gz vcpkg-e8c23168fabae9b1426df22ca0a24261959e3b11.zip | |
Merge pull request #1031 from muemart/eol
Force LF line endings for patch files
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..9812ceb1f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.patch text eol=lf |
