build: add format script and just command
This commit is contained in:
4
scripts/format
Executable file
4
scripts/format
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
|
||||
find . -iname "*.typ" | xargs typstyle -i
|
||||
Reference in New Issue
Block a user