]> rtime.felk.cvut.cz Git - hubacji1/coffee-getter.git/blob - .editorconfig
Merge branch 'rework-runs'
[hubacji1/coffee-getter.git] / .editorconfig
1 root = true
2
3 [*.{py,md,rst}]
4 end_of_line = lf
5 insert_final_newline = true
6 charset = utf-8
7 trim_trailing_whitespace = true
8 indent_style = space
9 indent_size = 4
10 max_line_length = 79