build: add format script and just command

This commit is contained in:
Paul Tsouchlos
2024-09-18 13:41:37 -06:00
parent 5ca6476237
commit 60faf81209
2 changed files with 7 additions and 0 deletions

4
scripts/format Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -eu
find . -iname "*.typ" | xargs typstyle -i