From 1e13dfe351013e8d63f0b60a148abeb4c7c6bcf3 Mon Sep 17 00:00:00 2001 From: Gao Sheng Date: Wed, 4 May 2022 16:30:31 +0800 Subject: [PATCH] chore(.editorconfig): remove redundant configuration --- .editorconfig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7389ffb..9d08a1a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,10 +7,3 @@ indent_size = 2 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true - -[test/cases/parsing/bom/bomfile.{css,js}] -charset = utf-8-bom - -[*.md] -insert_final_newline = true -trim_trailing_whitespace = false