https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 61895ef056b37d62c137ec91433db9afa61a5427 authored by Viraj-10 on 11 July 2022, 06:19:46 UTC
fix: styledprop export
Tip revision: 61895ef
.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