aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-01-12 18:43:07 -0500
committerEli Schwartz <eschwartz@archlinux.org>2021-01-12 19:19:00 -0500
commitadfcf77109a2c73d88295a0fc60555b34da3eebe (patch)
tree09d7917287337632b28a8ce84828a7d16d85f7d3 /docs/markdown/snippets
parent0063bd35d79e952aa964d7338869d55b91ea4a40 (diff)
downloadmeson-adfcf77109a2c73d88295a0fc60555b34da3eebe.zip
meson-adfcf77109a2c73d88295a0fc60555b34da3eebe.tar.gz
meson-adfcf77109a2c73d88295a0fc60555b34da3eebe.tar.bz2
summary: align left, not align middle
aligning along the left is, I think, what most projects want to do. Aligning along the middle looks subjectively ugly, and objectively prevents me from further indenting an element, e.g. Build information: prefix : /usr sysconfdir : /etc conf file : /etc/myprogram.conf
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/summary_alignment.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/summary_alignment.md b/docs/markdown/snippets/summary_alignment.md
new file mode 100644
index 0000000..78a7541
--- /dev/null
+++ b/docs/markdown/snippets/summary_alignment.md
@@ -0,0 +1,4 @@
+## summary() now uses left alignment for all values
+
+Previously it aligned toward the center, but this was deemed harder to read
+than all left aligned.