diff options
| author | Marijn Tamis <[email protected]> | 2017-04-28 14:36:52 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2017-04-28 14:36:52 +0200 |
| commit | e642b59d68c3cb5cde8e55a0a54a0cf9115dcb5b (patch) | |
| tree | db671d627e7d82a8826537bad1064067b3108313 | |
| parent | NvCloth 1.1.0 Release. (22041545) (diff) | |
| download | nvcloth-e642b59d68c3cb5cde8e55a0a54a0cf9115dcb5b.tar.xz nvcloth-e642b59d68c3cb5cde8e55a0a54a0cf9115dcb5b.zip | |
Fix windows line endings in github.v1.1.0
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..16e2563 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.txt text eol=crlf +*.bat text eol=crlf |