mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
Fix: Add git attributes file to standardize EOL characters (#3332)
* add git attributes file * fix comment
This commit is contained in:
parent
9263b10093
commit
51650f9963
1 changed files with 6 additions and 0 deletions
6
.gitattributes
vendored
Normal file
6
.gitattributes
vendored
Normal 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
|
||||
Loading…
Reference in a new issue