https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 313cdaee709eda950857f3f127a7764dd8d4a588 authored by Suraj Ahmed on 31 March 2022, 06:14:00 UTC
v3.4.0-rc.0
Tip revision: 313cdae
.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