mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
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.
This commit is contained in:
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#
|
||||
# https://help.github.com/articles/dealing-with-line-endings/
|
||||
#
|
||||
# These are explicitly windows files and should use crlf
|
||||
*.bat text eol=crlf
|
||||
|
||||
Reference in New Issue
Block a user