Files
Nick Ninov 640bf1c535 Scheduling
- 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
2026-03-05 09:35:04 +00:00

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