From: Vladimír Vondruš Date: Tue, 4 Oct 2022 09:53:42 +0000 (+0200) Subject: Use two-space indentation for Doxygen tagfiles. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=4a58a83f2d87d0e4821f1963d8829f306fc68f55;p=blog.git Use two-space indentation for Doxygen tagfiles. --- diff --git a/.editorconfig b/.editorconfig index 1e832048..b8e3f4d0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,6 @@ charset = utf-8 indent_style = space indent_size = 4 -[*.{css,html,yml}] +[*.{css,html,tag,yml}] indent_style = space indent_size = 2