website/.editorconfig
Christoph Heiss 5215573ef2
chore: add .editorconfig
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-05-04 17:36:46 +02:00

13 lines
186 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false