fish-shell/share/tools/web_config
Fabian Homborg 69b464bc37 Run fish_indent on all our fish scripts
It's now good enough to do so.

We don't allow grid-alignment:

```fish
complete -c foo -s b -l barnanana -a '(something)'
complete -c foo -s z              -a '(something)'
```

becomes

```fish
complete -c foo -s b -l barnanana -a '(something)'
complete -c foo -s z -a '(something)'
```

It's just more trouble than it is worth.

The one part I'd change:

We align and/or'd parts of an if-condition with the in-block code:

```fish
if true
   and false
    dosomething
end
```

becomes

```fish
if true
    and false
    dosomething
end
```

but it's not used terribly much and if we ever fix it we can just
reindent.
2020-01-13 20:34:22 +01:00
..
js Added 'Nord' color scheme to sample color schemes (#6201) 2019-10-15 23:18:18 -07:00
partials change href attribute to ng-href 2019-10-26 18:12:44 +02:00
sample_prompts Run fish_indent on all our fish scripts 2020-01-13 20:34:22 +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 2019-11-16 14:57:59 +01:00