https://github.com/GeekyAnts/NativeBase
Raw File
Tip revision: 2af374e586034366dcefce9a0f23983836a7901f authored by Suraj Ahmed Choudhury on 22 December 2021, 12:57:38 UTC
Merge pull request #4434 from GeekyAnts/minor
Tip revision: 2af374e
.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