summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-17 10:38:00 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-17 21:13:17 +0200
commitadd4a110f7418e913c211e012a23d733375198c6 (patch)
tree90436aa41632bc23d19ddf900bc7987f0b364c6a /.editorconfig
parent80c48dd3a23392828e66835a9efa547bf4ca79ae (diff)
downloadsystemd-add4a110f7418e913c211e012a23d733375198c6.tar.gz
docs: configure editorconfig for css and html
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 02196f72be..27bb3755d6 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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