From 1078e031ae188a21c3a5f62c83df4d8f67ed3d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 22 Jun 2021 15:43:16 +0200 Subject: [PATCH] Update editorconfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 378bcee8..cd2277a0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,10 +1,10 @@ root = true +[*] charset = utf-8 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}]