Skip to content

Commit

Permalink
Merge pull request #865 from antmicro/mglb/AlignColonInsideDimensionR…
Browse files Browse the repository at this point in the history
…anges

Align colon inside ranges; Subcolumns support in tabular alignment
  • Loading branch information
hzeller authored Sep 10, 2021
2 parents 43943f2 + bd80d3d commit 0112df9
Show file tree
Hide file tree
Showing 10 changed files with 1,782 additions and 230 deletions.
4 changes: 4 additions & 0 deletions common/formatting/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ cc_library(
"//common/util:algorithm",
"//common/util:container_iterator_range",
"//common/util:enum_flags",
"//common/util:iterator_range",
"//common/util:logging",
"//common/util:vector_tree",
"//common/util:vector_tree_iterators",
"@com_google_absl//absl/strings",
],
)
Expand All @@ -44,6 +47,7 @@ cc_test(
"//common/text:tree_builder_test_util",
"//common/util:range",
"//common/util:spacer",
"//common/util:value_saver",
"@com_google_absl//absl/strings",
"@com_google_googletest//:gtest_main",
],
Expand Down
Loading

0 comments on commit 0112df9

Please sign in to comment.