Homepage/.editorconfig

26 lines
332 B
INI
Raw Permalink Normal View History

2021-06-21 22:14:29 +02:00
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.css]
indent_size = 4
indent_style = space
[*.html]
indent_size = 2
indent_style = space
2021-06-21 22:14:29 +02:00
[*.md]
indent_size = 4
indent_style = space
[*.yaml]
indent_size = 2
indent_style = space