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-25 16:43:54 -08:00
2019-09-14 16:37:57 -07:00
2019-09-14 12:46:57 -07:00
2019-04-11 21:59:23 -07:00
2019-09-14 16:37:57 -07:00
2018-04-01 13:48:21 -07:00
2018-12-11 18:23:37 +01:00
2019-06-28 11:16:27 -07:00
2017-07-16 15:13:39 -07:00
2014-12-23 15:46:47 -08:00
2019-05-24 17:00:56 -07:00
2019-05-24 17:00:56 -07:00
2017-07-25 12:44:26 -07:00
2019-04-07 09:20:32 -07:00
2017-06-16 21:01:56 -07:00
2019-11-25 13:07:15 +01:00
2017-01-31 22:10:53 -08:00
2019-04-07 09:20:32 -07:00
2019-04-07 09:20:32 -07:00
2019-02-24 21:46:52 -08:00
2019-02-24 21:46:52 -08:00
2019-02-24 21:46:52 -08:00
2019-02-24 21:46:52 -08:00
2019-02-24 21:46:52 -08:00
2019-02-24 21:46:52 -08:00
2016-12-20 16:46:33 -08:00
2018-11-18 22:33:02 +01:00
2018-11-18 22:33:02 +01:00
2018-11-18 22:33:02 +01:00
2019-08-13 22:56:31 -07:00
2019-11-25 13:07:15 +01:00
2018-11-28 06:27:21 -08:00
2018-03-31 16:54:50 -07:00
2016-11-17 14:53:50 -08:00
2018-04-01 13:48:21 -07:00
2019-01-01 14:52:26 +01:00
2019-02-12 20:34:19 +01:00
2019-02-12 20:34:19 +01:00
2019-02-12 20:34:19 +01:00
2017-03-28 16:28:24 -07:00
2017-03-28 16:28:24 -07:00
2017-03-28 16:28:24 -07:00
2018-11-28 06:27:21 -08:00
2019-02-10 14:45:03 -08:00
2018-12-31 19:36:08 -06:00
2017-11-16 10:48:21 -08:00
2017-11-16 10:48:21 -08:00
2018-11-28 06:27:21 -08:00