https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 779fd534b28ce4995b268d1fb72eee1bd46cc3c0 authored by Himanshu Satija on 19 July 2021, 14:29:31 UTC
Merge pull request #3849 from GeekyAnts/hotfix/supress-accessibility-color-warning
Tip revision: 779fd53
.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