Files
atrium/.gitattributes
Fredrik Henricsson 672cfd35f0 Normalize line endings for .bat files
When updating the Gradle wrapper's .bat file, the line endings were
replaced with ^M instead of keeping the existing CRLF ending.

A few samples were already using a .gitattributes file to explicitely
set the line endings for .bat files to CRLF. Move the .gitattributes
file to the root folder and delete the sample specific files.
2020-10-22 22:08:04 +02:00

7 lines
154 B
Plaintext

#
# https://help.github.com/articles/dealing-with-line-endings/
#
# These are explicitly windows files and should use crlf
*.bat text eol=crlf