From edc1260743f5810ba1a07397d1df15c37d65487c Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind Date: Tue, 3 Jan 2023 08:41:01 +0100 Subject: [PATCH] editorconfig: add siteconf --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 43b19cec..ce8045a5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -61,3 +61,7 @@ indent_size = 2 [CMakeLists.txt] indent_style = space indent_size = 2 + +[{docs,contrib/ci}/*site*/**/*.conf] +indent_style = space +indent_size = 2