https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 65294da7969ccb6f94b995af37153c19bffa55a9 authored by Aditya Jamuar on 15 July 2021, 10:42:03 UTC
Merge pull request #3834 from GeekyAnts/patch
Tip revision: 65294da
.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