https://github.com/facundoolano/google-play-scraper
Raw File
Tip revision: 91a945b4e60d8e051154b6a9cb8cdf82adea2253 authored by Facundo Olano on 29 June 2022, 19:21:36 UTC
9.0.1
Tip revision: 91a945b
.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