prettier printing

This commit is contained in:
Bel LaPointe
2024-12-12 22:33:21 -07:00
parent 7a828f8463
commit e25d52b141
3 changed files with 22 additions and 8 deletions

View File

@@ -7,5 +7,6 @@ type Config struct {
Sort string
NoRounding bool
Depth int
Reverse bool
}
}