https://github.com/facundoolano/google-play-scraper
Raw File
Tip revision: 7869f235cce34b0207b2fa8adbe6e741637d3e4f authored by Facundo Olano on 31 July 2020, 18:25:06 UTC
8.0.0
Tip revision: 7869f23
.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