From 34cdd5eee8a081ac073b20d86f5651ea77f4ca4f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 13 Sep 2023 20:18:13 +0300 Subject: [PATCH] .editorconfig: correct off to unset --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 8ca6d5b1..2d243fcc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -38,7 +38,7 @@ indent_style = space indent_size = 2 [*.csv] -max_line_length = off +max_line_length = unset # Markdown apparently allows linebreaks by two trailing spaces, while I # never seem to do that, maybe I should accept it @@ -76,7 +76,7 @@ indent_style = tab indent_size = tab # empty last columns/fields trim_trailing_whitespace = false -max_line_length = off +max_line_length = unset # RFC 678 #[*.txt]