From 3d0b66c82535227b2aff87e3a0dd8bf80308cc83 Mon Sep 17 00:00:00 2001 From: Roland Fredenhagen Date: Mon, 31 Jul 2023 13:59:25 +0700 Subject: [PATCH] In .editorconfig replace `max_line_length: none` with `off`. According to https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length that is the correct value to disable this property. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 647fb3a89..053c57353 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,7 +22,7 @@ indent_size = 2 indent_size = 2 [share/{completions,functions}/**.fish] -max_line_length = none +max_line_length = off [{COMMIT_EDITMSG,git-revise-todo}] max_line_length = 80