mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 09:12:02 +00:00
ea70525744
*.sh) have normal Unix LF line endings even on Windows. This change is needed so gradlew, packager.sh, and other Bash scripts can run on Windows (under cygwin). On Windows the rest of the source files will typically have CR+LF endings (Git default), but Bash scripts need to have LF endings to work, thus this override to force that.
7 lines
281 B
Plaintext
7 lines
281 B
Plaintext
# Force LF line endings for Bash scripts. On Windows the rest of the source
|
|
# files will typically have CR+LF endings (Git default on Windows), but Bash
|
|
# scripts need to have LF endings to work (under Cygwin), thus override to force
|
|
# that.
|
|
gradlew text eol=lf
|
|
*.sh text eol=lf
|