From 4fa288ddd16ef30958660a6d7366fc8282017676 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 18 May 2023 17:52:31 +0300 Subject: [PATCH] .editorconfig: tsv max_line_length = off Fixes neovim error --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d99cb42..418ac0c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,4 +19,4 @@ trim_trailing_whitespace = false indent_style = tab indent_size = tab trim_trailing_whitespace = false -max_line_length = +max_line_length = off