https://github.com/facundoolano/google-play-scraper
Raw File
Tip revision: e7d9dec56d9bf0df6a115be9ebed5e91534791d1 authored by Facundo Olano on 23 August 2022, 11:55:58 UTC
9.1.1
Tip revision: e7d9dec
.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