From 4a58a83f2d87d0e4821f1963d8829f306fc68f55 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 4 Oct 2022 11:53:42 +0200 Subject: [PATCH] Use two-space indentation for Doxygen tagfiles. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2