https://github.com/GeekyAnts/NativeBase
Revision 84c3356606a57dbe7cfac2151d6f7410ee2a7c5e authored by Suraj Ahmed Choudhury on 29 March 2022, 10:10:38 UTC, committed by GitHub on 29 March 2022, 10:10:38 UTC
2 parent s e8777d4 + 9065c02
Raw File
Tip revision: 84c3356606a57dbe7cfac2151d6f7410ee2a7c5e authored by Suraj Ahmed Choudhury on 29 March 2022, 10:10:38 UTC
Merge pull request #4808 from GeekyAnts/release/3.3.8-alpha.9
Tip revision: 84c3356
.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