fish-shell/share/tools
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
..
web_config Restyle 2020-03-26 20:45:40 +01:00
create_manpage_completions.py Restyle 2020-03-26 20:45:40 +01:00
deroff.py Fix: equality vs identity 2019-11-06 14:13:21 +08:00