https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: df0577014897a17321457cb9bf87fdc4379e90dd authored by dependabot[bot] on 04 December 2022, 03:37:57 UTC
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
Tip revision: df05770
.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