docs: configure editorconfig for css and html

This commit is contained in:
Benjamin Franzke 2022-05-17 10:38:00 +02:00
parent 80c48dd3a2
commit add4a110f7

View file

@ -32,3 +32,11 @@ indent_size = 8
indent_size = 2
indent_style = space
max_line_length = 109
[docs/**/*.css]
indent_style = space
indent_size = 2
[docs/**/*.html]
indent_style = space
indent_size = 2