cds/.editorconfig
Andrew Mayorov b5e2055cb4
Add CI through GH Actions workflows (#2)
* Drop proprietary CI stuff
* Drop damsel dependency
* Switch to deps valitydev upstreams
* Drop backward compitibility tests
* Drop `how_are_you` altogether
* Move prometheus into production-only deps
2022-05-31 12:55:07 +03:00

9 lines
156 B
INI

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
max_line_length = 120