diff --git a/.prettierrc.js b/.prettierrc.js index e6c7319..7818952 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -2,10 +2,10 @@ * @type {import("prettier").Config} */ const config = { - tabWidth: 4, - trailingComma: "all", - semi: true, - singleQuote: false, + trailingComma: "all", + useTabs: true, + semi: true, + singleQuote: false, }; export default config; diff --git a/README.md b/README.md index b804148..528eba9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Anura shows as more of a proof-of-concept with what's possible on the modern web - `wasm-opt` - `make` - `gcc` (`gcc-multilib` on Debian and Ubuntu x86_64) +- 32 bit version of `glibc` (needed for building rootfs, `lib32-glibc` on Arch Linux) - `clang` - `uuid-runtime` - `jq` diff --git a/x86_image_wizard/epoxy b/x86_image_wizard/epoxy index b6ba44e..194ad4e 160000 --- a/x86_image_wizard/epoxy +++ b/x86_image_wizard/epoxy @@ -1 +1 @@ -Subproject commit b6ba44eaa388ff6d1479d61e4b8310390dedb2b2 +Subproject commit 194ad4e5c8329d834ea42f4312edd6a304e6e068