ToolJet/.gitattributes
Akshay 51650f9963
Fix: Add git attributes file to standardize EOL characters (#3332)
* add git attributes file

* fix comment
2022-06-27 13:05:56 +05:30

6 lines
295 B
Text

# 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