From b4485942d4fa2395fc8ef2005e93030312f55241 Mon Sep 17 00:00:00 2001 From: Patrick Evans Date: Tue, 19 Jan 2021 21:37:54 +1300 Subject: [PATCH] :fire: Removed unused rules from .editorconfig --- .editorconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.editorconfig b/.editorconfig index e660792..cabcb17 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,12 +13,4 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -# Markdown -[*.md] -max_line_length = 80 - -#JSON -[*.json] -insert_final_newline = false - # EOF #