https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 65373053775c59e763843d828463c8f13ed3e9dd authored by Aditya Jamuar on 22 June 2021, 15:41:20 UTC
feat:yarn.lock done
Tip revision: 6537305
.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