From e49cd6c3c5c5b9e9cb3398cc5c045ae01b3d3f64 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Thu, 9 Nov 2023 12:00:21 +0100 Subject: [PATCH] Add editorconfig section for frontend files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index e82e183..8c72c2a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,6 @@ indent_style = tab [pom.xml] indent_style = tab + +[{*.html,*.css,*.js}] +indent_style = tab