From 29d783647b66b7c4f711d8e44aeba96077cb2b56 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 18 May 2023 17:53:26 +0300 Subject: [PATCH] .editorconfig: max_line_length empty to off Fixes neovim error --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 705552cd..89b65b68 100644 --- a/.editorconfig +++ b/.editorconfig @@ -37,7 +37,7 @@ indent_style = space indent_size = 2 [*.csv] -max_line_length = +max_line_length = off # Markdown apparently allows linebreaks by two trailing spaces, while I # never seem to do that, maybe I should accept it @@ -75,7 +75,7 @@ indent_style = tab indent_size = tab # empty last columns/fields trim_trailing_whitespace = false -max_line_length = +max_line_length = off # RFC 678 #[*.txt]