From 0a4cd2618e23b7532549f9ac1551c035d5f38961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 25 Sep 2020 18:01:53 +0200 Subject: [PATCH] enable editorconfig for all files --- .editorconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 525cb6d44..efb4918cf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,8 +7,6 @@ end_of_line = lf charset = utf-8 insert_final_newline = true max_line_length = 100 - -[*.{html,ts,js,jsx,css,scss,vue}] trim_trailing_whitespace = true indent_style = space indent_size = 2