fish-shell/share/tools/web_config
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
..
js Set base16 colors for operator, escape, and match 2020-01-18 12:16:19 -08:00
partials change href attribute to ng-href 2019-10-26 18:12:44 +02:00
sample_prompts Restyle 2020-03-26 20:45:40 +01:00
delete.png Lossless recompress of images with pngcrush+zopfli 2016-06-18 10:03:26 -07:00
favicon.png Add favicon for web config 2015-07-12 15:06:56 -07:00
fishconfig.css Fix fish_config rendering brights as normal on prompt previews 2019-01-21 13:59:36 -08:00
index.html webconfig: import angular-sanitize module 2017-05-03 08:37:27 +10:00
webconfig.py Restyle 2020-02-17 14:14:05 +01:00