mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue