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: If736537c058d32618921344fc4a94dd8e5c3435e
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
1 file changed
tree: d6f11b3f20be8e5e3047161d36a29687e8c994f9
  1. .build.sh
  2. .shellcheck
  3. .travis.yml
  4. bootstrap.sh
  5. btbridged.c
  6. btbridged.service
  7. configure.ac
  8. LICENSE
  9. Makefile.am
  10. org.openbmc.HostIpmi.conf
  11. OWNERS
  12. README.md
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.