https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: b902f0934fa3bb4c41444e0d6023459022d62357 authored by Suraj Ahmed on 13 June 2022, 06:49:40 UTC
fix: text decoration fixes for link button
Tip revision: b902f09
.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