https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 34ec3f0d5986858fedfccbc2339143658214cb0b authored by Suraj Ahmed on 20 September 2022, 06:36:07 UTC
Merge branch 'minor' of github.com:GeekyAnts/NativeBase into fix/typing-3.5.0-utils
Tip revision: 34ec3f0
.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