Set up prettier

This commit is contained in:
Joscha 2025-03-02 17:34:30 +01:00
parent 4f994f183f
commit 8e82248f5e
8 changed files with 39 additions and 2 deletions

View file

@ -1,5 +1,9 @@
#!/usr/bin/env fish
cargo fmt
pushd showbits-typst-plugin
cargo fmt
popd
pnpm fmt