https://github.com/facundoolano/google-play-scraper
Raw File
Tip revision: 78d691f5bf92df64246b2ebfa37c484511c3f104 authored by Facundo Olano on 18 November 2019, 14:28:07 UTC
7.0.5
Tip revision: 78d691f
.editorconfig
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true

[*.md]
max_line_length = 0
trim_trailing_whitespace = false
back to top