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
..
2019-11-16 14:57:59 +01:00
2019-05-05 12:09:25 +02:00
2019-05-05 12:09:25 +02:00
2019-05-05 12:09:25 +02:00
2019-05-05 12:09:25 +02:00
2019-05-05 12:09:25 +02:00
2019-11-16 14:57:59 +01:00
2019-05-05 12:09:25 +02:00
2016-11-27 21:27:22 -08:00
2018-05-12 13:48:32 +02:00
2019-05-05 12:09:25 +02:00
2019-05-05 12:09:25 +02:00
2019-12-01 18:14:26 +01:00
2019-10-10 18:06:11 +02:00
2016-11-27 21:27:22 -08:00
2017-07-13 11:53:29 -07:00
2016-11-27 21:27:22 -08:00
2017-10-01 01:11:17 -07:00
2019-05-05 12:09:25 +02:00
2019-05-05 12:09:25 +02:00
2019-05-05 12:09:25 +02:00
2019-05-05 12:09:25 +02:00
2019-05-06 17:06:40 +02:00
2019-05-05 17:31:33 +02:00
2018-11-22 12:43:35 +01:00
2016-11-27 21:27:22 -08:00
2016-11-27 21:27:22 -08:00
2016-11-27 21:27:22 -08:00
2016-11-27 21:27:22 -08:00
2019-05-05 12:09:25 +02:00
2019-02-14 10:57:38 +01:00
2016-11-27 21:27:22 -08:00
2018-11-22 12:43:35 +01:00
2019-11-14 17:13:39 +01:00
2018-11-22 12:43:35 +01:00
2019-11-16 11:21:45 +01:00
2017-04-05 15:31:13 -07:00
2016-11-27 21:27:22 -08:00