react-native/.editorconfig
Christian Oliff 11206113cf https link to EditorConfig.org (#25267)
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
2019-06-18 01:58:07 -07:00

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