mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
1406d63b85
I kinda hate how fussy clang-format is. It reflows text constantly (line limit), forces things onto one line *except* when they're too long, and wants to turn this: ```c++ return true;; ``` into this: ```c++ return true; ; ``` instead of, you know, eliminating the second semicolon? Anyway, it is what it is and we use it, I'll just look into getting some more slack. |
||
---|---|---|
.. | ||
completions | ||
functions | ||
groff | ||
tools | ||
__fish_build_paths.fish.in | ||
config.fish | ||
lynx.lss |