diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-04-20 16:09:17 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-04-20 16:09:17 +0300 |
commit | b9b4a84fcb3831b5a986445b829dcd1ed7f480d9 (patch) | |
tree | 00554c3443095642bb88a1d6ad8440b79e4d250a /.gitattributes | |
parent | remove extra whitespace (diff) | |
download | windows7-drivers-b9b4a84fcb3831b5a986445b829dcd1ed7f480d9.tar.gz windows7-drivers-b9b4a84fcb3831b5a986445b829dcd1ed7f480d9.zip |
add .gitattributes
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c84979e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +* text=auto + +makefile text eol=crlf +sources text eol=crlf +*.bat text eol=crlf +*.c text eol=crlf +*.cpp text eol=crlf +*.h text eol=crlf +*.hpp text eol=crlf |