From 64ed47bf4e6287dd2ce55ad27ea0242fca3839e9 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Tue, 31 Dec 2024 13:04:37 -0800 Subject: [PATCH] Update .editorconfig to use "unset" instead of "off" (#10972) This is inline with the [EditorConfig spec](https://spec.editorconfig.org/). The [EditorConfig Wiki](https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties#max_line_length) was outdated and misleading, but have updated now. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 053c57353..545df5a90 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,7 +22,7 @@ indent_size = 2 indent_size = 2 [share/{completions,functions}/**.fish] -max_line_length = off +max_line_length = unset [{COMMIT_EDITMSG,git-revise-todo}] max_line_length = 80