From 8ac2cb38a7903a3d7a75b2cfe88d24676163036e Mon Sep 17 00:00:00 2001 From: joelamouche Date: Tue, 17 Nov 2020 12:25:49 +0100 Subject: [PATCH] edit editorconfig to allow long lines in json --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8eba899188..b242724b7c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -29,7 +29,6 @@ max_line_length=100 [*.json] indent_style=space indent_size=2 -max_line_length=100 [*.md] trim_trailing_whitespace=false