kandimat/.editorconfig
Christoph Lienhard 99f3171d0d Added simple flask API server
* Can respond to very basic requests with dummy data
* added editorconfig
* added scripts for starting the flask-server in dev mode
2019-08-31 14:46:07 +02:00

12 lines
155 B
INI

root = true
[*]
charset = utf-8
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
indent_size = 4