https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 20ce9dca03dff5830442aa6211d04210101a3c39 authored by Suraj Ahmed on 21 September 2021, 06:27:13 UTC
fix: conflict resolved
Tip revision: 20ce9dc
.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