ridiculousfish f6c1ef58df Indent continuations after | and &&
This indents continuations after pipes and conjunctions if they contain
a newline.

Example:

    cmd1 &&
        cmd2

But it avoids the "double indent" if it indented unconditionally:

    cmd1 | begin
        cmd2
    end

More work towards improving #7252
2020-08-09 12:22:15 -07:00
..
2020-07-27 17:19:44 +02:00
2020-08-06 21:24:26 +02:00
2020-02-08 13:30:48 +01:00
2020-03-17 21:19:41 +01:00
2019-06-26 21:19:40 +02:00
2020-01-30 17:34:48 +01:00
2020-04-26 08:49:01 +02:00
2020-06-07 14:53:17 -07:00
2019-06-26 21:19:40 +02:00
2020-01-19 15:07:06 +01:00
2020-01-25 17:28:41 -08:00
2020-02-14 20:28:46 +01:00
2020-02-07 20:53:20 +01:00
2020-08-08 16:35:08 +02:00
2020-04-26 08:49:01 +02:00
2020-02-17 11:39:53 +01:00
2019-07-09 10:02:50 -07:00
2020-06-07 16:23:29 +02:00
2020-03-16 21:21:10 +01:00
2019-11-25 13:07:15 +01:00