Skip to content

Commit 728d55a

Browse files
committed
Fixing the git attrs for all the people and all the files and all future 🙌
1 parent 8a6ac1f commit 728d55a

8 files changed

Lines changed: 292 additions & 279 deletions

File tree

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ indent_size = 4
1515

1616
[BUCK]
1717
indent_size = 4
18+
19+
# Windows files
20+
[*.bat]
21+
end_of_line = crlf

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Windows files should use crlf line endings
2+
# https://help.github.com/articles/dealing-with-line-endings/
3+
*.bat text eol=crlf

gradlew.bat

Lines changed: 89 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-native-codegen/android/gradlew.bat

Lines changed: 89 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/launchPackager.bat

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
:: Copyright (c) Facebook, Inc. and its affiliates.
2-
::
3-
:: This source code is licensed under the MIT license found in the
4-
:: LICENSE file in the root directory of this source tree.
5-
6-
@echo off
7-
title Metro
8-
call .packager.bat
9-
cd ../../../
10-
node "%~dp0..\cli.js" start
11-
pause
12-
exit
1+
:: Copyright (c) Facebook, Inc. and its affiliates.
2+
::
3+
:: This source code is licensed under the MIT license found in the
4+
:: LICENSE file in the root directory of this source tree.
5+
6+
@echo off
7+
title Metro
8+
call .packager.bat
9+
cd ../../../
10+
node "%~dp0..\cli.js" start
11+
pause
12+
exit

template/_editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Windows files
2+
[*.bat]
3+
end_of_line = crlf

0 commit comments

Comments
 (0)