mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 16:19:14 +08:00
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:
parent
9a9e133b18
commit
3d0b66c825
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user