From 65ad77d1f4a47c2a345f43cf3004a052f168c51d Mon Sep 17 00:00:00 2001 From: KartoffelCheetah Date: Fri, 11 Dec 2020 15:45:01 +0100 Subject: [PATCH] Removes editorconfig rules already included in * --- .editorconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index ee08663e..9d08a1a8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,9 +7,3 @@ indent_size = 2 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true - -[*.{js,jsx,ts,tsx,vue}] -indent_style = space -indent_size = 2 -trim_trailing_whitespace = true -insert_final_newline = true