haldis/.editorconfig

21 lines
259 B
INI
Raw Normal View History

# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
2020-02-29 20:56:32 +00:00
[*.{py,py.*}]
indent_style = space
indent_size = 4
2020-07-17 11:17:53 +00:00
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[*.el]
indent_style = space