From 3916dede50780f7c50c1b8701c9a86fa7cdc3563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Mon, 9 Aug 2021 17:34:27 +0200 Subject: [PATCH] Update editorconfig for vue files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 378bcee8..abb154b2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ trim_trailing_whitespace = true [*] end_of_line = lf insert_final_newline = true -[*.{html,js}] +[*.{html,js,vue}] indent_size = 4 indent_style = space [*.{css,scss}]