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.
This commit is contained in:
Roland Fredenhagen 2023-07-31 13:59:25 +07:00 committed by Fabian Boehm
parent 9a9e133b18
commit 3d0b66c825

View file

@ -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