commit | 4a8c4ca6e31052b1fa52da2a16f4b0b67310ba94 | [log] [tgz] |
---|---|---|
author | Marcel van Lohuizen <mpvl@golang.org> | Fri May 31 17:32:35 2019 +0200 |
committer | Marcel van Lohuizen <mpvl@google.com> | Fri Jun 07 08:27:26 2019 +0000 |
tree | 09452f3872eab6211779c916a35ca4615cad7dab | |
parent | afb4db671b2ba0bc82f28f94afa39c4796897307 [diff] [blame] |
cue/format: some tweaks Always keep tabs used for indentation and explicitly expand. This fixes some alignment issues. This also prepares for having better eval output. The default for single-element objects without position information is now to not simplify. Change-Id: I47546bce433cf99e2fc153540591cea51841b24c Reviewed-on: https://cue-review.googlesource.com/c/cue/+/2165 Reviewed-by: Marcel van Lohuizen <mpvl@google.com>
diff --git a/internal/protobuf/testdata/client_config.proto.out.cue b/internal/protobuf/testdata/client_config.proto.out.cue index 880309e..efa1f40 100644 --- a/internal/protobuf/testdata/client_config.proto.out.cue +++ b/internal/protobuf/testdata/client_config.proto.out.cue
@@ -52,8 +52,8 @@ "FAIL_CLOSE" NetworkFailPolicy_FailPolicy_value: { - "FAIL_OPEN": 0 - "FAIL_CLOSE": 1 + FAIL_OPEN: 0 + FAIL_CLOSE: 1 } // Defines the per-service client configuration.