python-rsrcfork/.editorconfig
2019-12-30 01:59:05 +01:00

15 lines
172 B
INI

root = true
[*]
charset = utf-8
indent_style = tab
insert_final_newline = true
[*.rst]
indent_style = space
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2