https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 1ae528665263edac4742f9011676b9c43c56910f authored by Nishan Bende on 28 May 2021, 11:53:02 UTC
fix: negative margin
Tip revision: 1ae5286
.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