mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 06:15:54 +08:00
Disabled line length limit in share/
Many of the lines in `share/functions` and `share/completions` violate the max line length, and it can be annoying to try to maintain consistency while fighting against the editor trying to wrap lines.
This commit is contained in:
parent
9d6b8266f4
commit
1b7a43877b
|
@ -21,5 +21,8 @@ indent_size = 2
|
|||
[Dockerfile]
|
||||
indent_size = 2
|
||||
|
||||
[share/{completions,functions}/**.fish]
|
||||
max_line_length = none
|
||||
|
||||
[COMMIT_EDITMSG]
|
||||
max_line_length = 80
|
||||
|
|
Loading…
Reference in New Issue
Block a user