Skip to content

Commit a508453

Browse files
author
Tyler Jewell
authored
Create .gitattributes
For some reason, even with auto.crlf=true on Windows, the wrong line file endings for .sh files are being added inappropriately. This will always enforce Linux line endings for all *.sh files, which will solve problems for the CLI and when creating Dockerfiles.
1 parent 9a9c441 commit a508453

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.sh text eol=lf

0 commit comments

Comments
 (0)