Fix PyPI badge
[bluepill.git] / .editorconfig
blobb3be21af6a62e70071c49a13a4cdca6c281aa1ee
1 root = true
3 [*]
4 end_of_line = lf
5 insert_final_newline = true
7 [*.{py,rst,txt,cfg,ini}]
8 charset=utf-8
9 indent_style = space
11 [*.py]
12 indent_size = 4
14 [*.rst]
15 indent_size = 2