From e1c87805d25e98544b8301830625ca6427061e6e Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 27 Jun 2023 11:41:38 +0800 Subject: [PATCH] build(webui): fix .editorconfig --- komga-webui/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komga-webui/.editorconfig b/komga-webui/.editorconfig index e68ddb10..a781e33e 100644 --- a/komga-webui/.editorconfig +++ b/komga-webui/.editorconfig @@ -1,4 +1,4 @@ -[*.{js, jsx, ts, tsx, vue, sass}] +[*.{js,jsx,ts,tsx,vue,sass}] indent_style = space indent_size = 2 trim_trailing_whitespace = true