1
0
mirror of https://github.com/systemd/systemd synced 2025-10-06 00:13:24 +02:00

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