From 17a5f017c430b2f397d3d6c7295a398c0f051dcc Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Fri, 16 Sep 2022 15:12:40 +0200 Subject: [PATCH] ci: indent html by 2 spaces --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index cc69d1c..d374415 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,8 +7,8 @@ insert_final_newline = true trim_trailing_whitespace = true [*.{html,tmpl}] -indent_style = tab -indent_size = 4 +indent_style = space +indent_size = 2 [*.{js,vue}] indent_style = space