ggformat

A string formatting library for C++
Log | Files | Refs

commit 5592e74188ce7249f5e49690e63016670fd0b576
parent cfd39127e8d795fa7b578efbaf26512d8a64e9ab
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed, 23 Aug 2017 22:58:30 +0100

Italics instead of bold

Diffstat:
README.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -52,8 +52,8 @@ are printed. The following options are supported: - Plus sign (`{+}`): Prints a leading + for positive numeric types. - Width (`{x}`): left pads the output with spaces to be `x` characters - wide. When used on floats, it left pads the output so the __left side - of the decimal point__ is `x` characters wide (I chose this because I + wide. When used on floats, it left pads the output so the _left side + of the decimal point_ is `x` characters wide (I chose this because I think it makes `{x.y}` more intuitive). If the output is already wider than `x` characters, it doesn't do anything. - Width with zero padding (`{0x}`): as above, but pads with zeroes