python-rsrcfork/.editorconfig

15 lines
172 B
INI
Raw Normal View History

2019-08-25 20:25:13 +00:00
root = true
[*]
charset = utf-8
indent_style = tab
insert_final_newline = true
[*.rst]
indent_style = space
indent_size = 4
2019-12-30 00:59:05 +00:00
[*.yml]
indent_style = space
indent_size = 2