mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
11206113cf
Summary: HTTPS is good and this prevents a HTTP redirect ## Changelog [Internal] [Fixed] - https link to EditorConfig.org Pull Request resolved: https://github.com/facebook/react-native/pull/25267 Differential Revision: D15873696 Pulled By: cpojer fbshipit-source-id: 2d769fe163816c75d1461d09837ec9c06a929e04
18 lines
288 B
INI
18 lines
288 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.gradle]
|
|
indent_size = 4
|
|
|
|
[BUCK]
|
|
indent_size = 4
|