1
0
mirror of https://github.com/titanscouting/tra-analysis.git synced 2025-04-02 09:23:25 +00:00

fixed eol issue with docker in gitattributes

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2020-08-13 17:01:08 +00:00
parent 67969188cc
commit a500ce76d2

4
.gitattributes vendored

@ -1,2 +1,4 @@
# Auto detect text files and perform LF normalization
* text=auto
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf