This commit is contained in:
Mike Farah
2025-12-14 19:41:45 +11:00
parent 3a5323824f
commit 1338b521ff
5 changed files with 198 additions and 7 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ var ShFormat = &Format{"", nil,
}
var TomlFormat = &Format{"toml", []string{},
func() Encoder { return NewTomlEncoder() },
func() Encoder { return NewTomlEncoderWithPrefs(ConfiguredTomlPreferences) },
func() Decoder { return NewTomlDecoder() },
}