diff options
author | Kompwu <37782740+Kompwu@users.noreply.github.com> | 2018-07-13 09:04:51 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-07-13 19:25:52 +0200 |
commit | 936c8f6e4c18aa9355c01cbf7ac2834d9ea14e45 (patch) | |
tree | ed50eafa35305e8467d1784731569fdec416f6d3 /.gitattributes | |
parent | ad4f335847daffcc5556008aebebaf2d1eecac67 (diff) |
Create .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..3385d7774 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Auto-detect text files. +* text=auto + +# Force Unix EOLs, to prevent Windows from breaking them. +*.* text eol=lf |