diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2022-05-17 10:38:00 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2022-05-17 21:13:17 +0200 |
commit | add4a110f7418e913c211e012a23d733375198c6 (patch) | |
tree | 90436aa41632bc23d19ddf900bc7987f0b364c6a /.editorconfig | |
parent | Merge pull request #23114 from yuwata/resolve-dnssec (diff) | |
download | systemd-add4a110f7418e913c211e012a23d733375198c6.tar.xz systemd-add4a110f7418e913c211e012a23d733375198c6.zip |
docs: configure editorconfig for css and html
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 8 |
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 |