add git fmt documentation

This commit is contained in:
Dagen Brock 2022-07-03 20:42:57 -05:00
parent 8bf48c3deb
commit 4008cda19c
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ $ appy build # assemble files and make disk, aka 'asm'+'disk'
$ appy brun # assemble files, make disk, and launch emulator
# aka 'asm'+'disk'+'run'
$ appy fmt # format/indent your assembly file in appy.yaml
# you can also pass in filename(s) to format
```
### Version Notes