From 12aa3b82dcbfa7512908cd67b0832a027e39589e Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 31 May 2022 07:17:20 +0200 Subject: [PATCH] editorconfig: remove html-rule Fixes: 44a4e34d52e ("docs: remove doxygen support") Reviewed-by: Emma Anholt Part-of: --- .editorconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 4a3c7a3ae36..5409a149d0a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -32,10 +32,6 @@ indent_size = 2 indent_style = space indent_size = 2 -[*.html] -indent_style = space -indent_size = 2 - [*.rst] indent_style = space indent_size = 3