https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: bb586bafb6b626a5dd5ba6bf7c488cd2dcd84127 authored by Suraj Ahmed on 07 January 2022, 11:56:08 UTC
Merge branch 'patch' of github.com:GeekyAnts/NativeBase into fix/slide-issue
Tip revision: bb586ba
.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