https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 1934f08f1476cde54d9db52812fce7bb82a5dfbe authored by Nishan Bende on 15 July 2021, 04:44:36 UTC
fix: cleanup modal styles
Tip revision: 1934f08
.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