From df31d87bd46019c803008db02e49d3fb2d47082f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 4 Jul 2023 08:58:10 +0300 Subject: [PATCH] .editorconfig: disable max line length for tsv --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index b1cbd9e..45664b9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,6 +17,7 @@ indent_size = 2 indent_style = tab indent_size = tab trim_trailing_whitespace = false +max_line_length = off [*.{cff,yaml,yml}] indent_style = space