commit | 02ae40504529d0f70c8f0b15e1ab21ccac981f77 | [log] [tgz] |
---|---|---|
author | Jan Piotrowski <piotrowski+git@gmail.com> | Fri Jun 07 21:28:20 2019 +0200 |
committer | Jan Piotrowski <piotrowski+git@gmail.com> | Fri Jun 07 21:38:25 2019 +0200 |
tree | 7d324405be57365844c8880d0969855cf262aff7 | |
parent | 8dbe703230a71d2c5d71427b66781558e7e8bed0 [diff] |
build: add .gitattributes to force LF (instead of possible CRLF on Windows)
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..07764a7 --- /dev/null +++ b/.gitattributes
@@ -0,0 +1 @@ +* text eol=lf \ No newline at end of file