debian-forge/.editorconfig
Christian Kellner 61b4e5ef80 editorconfig: include markdown specifications
The markdown files in this project use spaces instead of tabs and
usually have an indent of 2.
2020-10-23 16:29:50 +02:00

23 lines
No EOL
299 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.md]
indent_style = space
indent_size = 2
[*.py]
indent_style = space
indent_size = 4
[*.json]
indent_style = space
indent_size = 2
[*.{yml,yaml}]
indent_style = space
indent_size = 2