mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
6 lines
295 B
Text
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
|