mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-10 22:48:09 +08:00
- Implement ML-Kit Natural Language (#2117) - Includes additional refactor changes across other modules for internals api reworking
11 lines
162 B
INI
11 lines
162 B
INI
# editorconfig
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|