https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: bbc2ce4dc08bc92c2c2f908f8a684374e642b4ca authored by mayank-96 on 08 March 2022, 09:01:39 UTC
fix: avatar uri issue
Tip revision: bbc2ce4
.editorconfig
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]

indent_style = space
indent_size = 2

end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
back to top