prettier: re-format

Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types.  Re-run the
formatter on the whole repository.

Change-Id: I0aa5795b56ee3f9f42ffaf02e3c3a9f94e888c2a
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/README.md b/README.md
index 028b4cf..f76e7a8 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,12 @@
 # gpioplus
 
-gpioplus is a c++ wrapper around the linux gpio ioctl interface.
-It aims to provide c++ ergonomics to the usage.
+gpioplus is a c++ wrapper around the linux gpio ioctl interface. It aims to
+provide c++ ergonomics to the usage.
 
 ## Building
+
 For a standard release build, you want something like:
+
 ```
 meson setup -Dexamples=false -Dtests=disabled builddir
 ninja -C builddir
@@ -12,6 +14,7 @@
 ```
 
 For a test / debug build, a typical configuration is
+
 ```
 meson setup -Dtests=enabled builddir
 meson test -C builddir