https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 11f08dcd7faa893c0de1ea250ddbf595da2359d0 authored by Suraj Ahmed Choudhury on 20 October 2022, 13:46:38 UTC
Merge pull request #5502 from GeekyAnts/fix/build-fix-3.5.0-rc.7
Tip revision: 11f08dc
.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