mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
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.
7 lines
154 B
Plaintext
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
|
|
|