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-06-25 22:31:06 +02:00
2019-10-06 14:42:42 +02:00
2019-12-01 18:14:26 +01:00
2020-01-13 20:34:22 +01:00
2019-11-26 14:03:53 +01:00
2020-01-08 17:33:36 +01:00
2019-07-02 23:48:25 +02:00
2019-06-26 21:19:40 +02:00
2019-06-25 22:31:06 +02:00
2019-12-31 14:16:20 -08:00
2019-11-02 16:48:08 -07:00
2019-06-25 20:56:29 +02:00
2019-06-25 20:56:29 +02:00
2019-06-25 20:56:29 +02:00
2020-01-13 20:34:22 +01:00
2019-06-26 21:19:40 +02:00
2020-01-13 20:34:22 +01:00
2019-12-08 11:44:21 -08:00
2020-01-13 20:34:22 +01:00
2019-06-28 11:22:49 -07:00
2020-01-13 20:34:22 +01:00
2020-01-13 20:34:22 +01:00
2019-10-06 13:43:05 -07:00
2019-12-13 16:51:49 -08:00
2019-06-25 20:56:29 +02:00
2019-06-25 20:56:29 +02:00
2019-06-25 20:56:29 +02:00
2019-06-25 20:56:29 +02:00
2019-06-25 22:31:06 +02:00
2019-06-25 20:56:29 +02:00
2019-08-13 22:56:31 -07:00
2019-08-13 22:56:31 -07:00
2020-01-08 09:10:14 +01:00
2020-01-03 14:40:28 -08:00
2019-10-10 18:09:26 +02:00
2019-06-25 20:56:29 +02:00
2019-06-25 20:56:29 +02:00
2019-06-25 20:56:29 +02:00
2019-06-25 20:56:29 +02:00
2019-06-25 20:56:29 +02:00
2019-06-25 20:56:29 +02:00
2019-12-31 13:32:04 -08:00
2019-11-26 18:12:24 +01:00
2019-06-25 20:56:29 +02:00
2019-06-25 20:56:29 +02:00
2020-01-13 20:34:22 +01:00
2019-06-25 20:56:29 +02:00
2020-01-13 20:34:22 +01:00
2020-01-13 20:34:22 +01:00
2019-06-25 20:56:29 +02:00
2020-01-13 20:34:22 +01:00
2019-12-18 12:31:24 -06:00
2019-12-20 14:40:57 -08:00
2019-12-11 16:34:20 -08:00
2020-01-13 20:34:22 +01:00
2019-07-09 10:02:50 -07:00
2020-01-13 20:34:22 +01:00
2020-01-13 20:34:22 +01:00
2019-11-10 12:36:46 -08:00
2020-01-13 20:34:22 +01:00
2019-07-31 14:08:28 +02:00
2020-01-05 18:41:56 +01:00
2019-11-02 14:40:57 -07:00
2020-01-13 20:34:22 +01:00
2019-06-25 20:56:29 +02:00
2019-11-25 13:07:15 +01:00