From dfa3fdc3dc1045babc67ecd7974c4d997006d9c4 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 7 Dec 2022 07:14:21 -0600 Subject: format: reformat with latest openbmc-build-scripts Reformat the repository using the latest from openbmc-build-scripts. Add the `static/redfish` directory to be ignored by prettier since these files come from elsewhere and having the ability to do a direct diff is handy. Signed-off-by: Patrick Williams Change-Id: I74464d6f97047b4888a591e0d8a4f5ca970ac69e --- .prettierignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .prettierignore (limited to '.prettierignore') diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000000..c2a1ee5cff --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +static/redfish -- cgit v1.2.3