From: Benjamin Franzke Date: Tue, 17 May 2022 08:38:00 +0000 (+0200) Subject: docs: configure editorconfig for css and html X-Git-Tag: v251~14^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=add4a110f7418e913c211e012a23d733375198c6;p=thirdparty%2Fsystemd.git docs: configure editorconfig for css and html --- diff --git a/.editorconfig b/.editorconfig index 02196f72be8..27bb3755d60 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