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
View File
@@ -206,6 +206,7 @@ func configureEncoder() (yqlib.Encoder, error) {
yqlib.ConfiguredYamlPreferences.ColorsEnabled = colorsEnabled
yqlib.ConfiguredJSONPreferences.ColorsEnabled = colorsEnabled
yqlib.ConfiguredHclPreferences.ColorsEnabled = colorsEnabled
yqlib.ConfiguredTomlPreferences.ColorsEnabled = colorsEnabled
yqlib.ConfiguredYamlPreferences.PrintDocSeparators = !noDocSeparators