https://github.com/facundoolano/google-play-scraper
Raw File
Tip revision: e4d7de29ea3fbf10af591ce6e9151dad7b86357d authored by Facundo Olano on 07 October 2019, 13:33:25 UTC
7.0.4
Tip revision: e4d7de2
.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