https://github.com/GeekyAnts/NativeBase
Revision 2289e768bf3c726d96af03f935e73f5c66499c9b authored by Suraj Ahmed on 05 December 2022, 12:30:48 UTC, committed by Suraj Ahmed on 05 December 2022, 12:30:48 UTC
1 parent aca710b
Raw File
Tip revision: 2289e768bf3c726d96af03f935e73f5c66499c9b authored by Suraj Ahmed on 05 December 2022, 12:30:48 UTC
v3.4.25
Tip revision: 2289e76
.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