⚙️ Move preferred formatter to its own config field

This commit is contained in:
Dan Jones 2026-03-09 13:38:13 -05:00
commit cfeab035d3
6 changed files with 12 additions and 7 deletions

View file

@ -20,4 +20,6 @@ type Output struct {
Config map[string]any
}
type Formatters map[string]map[string]any
type Formatters struct {
Preferred string
}