mirror of
https://github.com/status-im/status-python-sdk.git
synced 2026-08-30 21:51:14 +00:00
- Make `download.py` and `upload.py` every X minutes (specified in `config.yaml`) - Add `.editorconfig` from https://github.com/status-im/airbyte-custom-connector/blob/master/.editorconfig
18 lines
278 B
INI
18 lines
278 B
INI
# EditorConfig file: http://EditorConfig.org
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.py]
|
|
indent_size = 4
|
|
max_line_length = 88
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|