fish-shell/share
Fabian Homborg 1406d63b85 Restyle
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.
2020-03-26 20:45:40 +01:00
..
completions Update apropos completions 2020-03-26 17:12:33 +01:00
functions Restore directory completions for subcommands 2020-03-24 20:18:07 +01:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools Restyle 2020-03-26 20:45:40 +01:00
__fish_build_paths.fish.in Rename "snippets" to "conf" internally, and document them as snippets 2016-04-06 09:33:09 +08:00
config.fish Reindent functions to remove useless quotes 2020-03-09 19:46:43 +01:00
lynx.lss Install custom LSS script to /usr/local/share/fish on make install 2017-09-26 14:31:11 -05:00