Fix: Add git attributes file to standardize EOL characters (#3332)

* add git attributes file

* fix comment
This commit is contained in:
Akshay 2022-06-27 13:05:56 +05:30 committed by GitHub
parent 9263b10093
commit 51650f9963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
.gitattributes vendored Normal file
View file

@ -0,0 +1,6 @@
# Set default behavior to automatically normalize line endings.
# All files are checked into the repo and cloned with LF
* text=auto
# Force bash scripts to always use LF line endings so that if a repo is accessed
# in Unix via a file share from Windows, the scripts will work.
*.sh text eol=lf