diff options
author | Christian Höltje <docwhat@gerf.org> | 2016-07-22 06:20:44 -0400 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-07-22 12:20:44 +0200 |
commit | a46d0c010d92a84574f175fc490538db93e7e860 (patch) | |
tree | ede9aa8a8ecef18fefcaa71d78595411a3fc8bcc /.gitattributes | |
parent | c8602a49931e31593efefa45f141a06ce8e9a90f (diff) |
Tell git to store .bat files as CRLF (#1030)
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..ec1c66dc1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.bat text eol=crlf |