From b8b82220ba9d92aece436e862282cc64a87144a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Thu, 8 Nov 2018 21:57:35 +0100 Subject: [PATCH] update editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index dd3de368..9a77c921 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ charset = utf-8 insert_final_newline = true max_line_length = 100 -[*.{js,css,scss,vue}] +[*.{html,js,css,scss,vue}] trim_trailing_whitespace = true indent_style = space indent_size = 2