mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b4a57dd85f
Summary: We should use indent size 2 everywhere. While we were using 4 for some old reasons. This is causing editing of .kts files and BUCK files inside OSS Android Studio quite painful. Changelog: [Internal] - Reviewed By: cipolleschi Differential Revision: D78348532 fbshipit-source-id: 97e0e1f54fdc76c8a9cdc44e1f67684c9e97a08f
12 lines
236 B
INI
12 lines
236 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
|