mirror of
https://github.com/mikefarah/yq.git
synced 2026-08-24 00:04:50 +08:00
yqlib, default to colors off when using yaml library #1964
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ type YamlPreferences struct {
|
||||
func NewDefaultYamlPreferences() YamlPreferences {
|
||||
return YamlPreferences{
|
||||
Indent: 2,
|
||||
ColorsEnabled: true,
|
||||
ColorsEnabled: false,
|
||||
LeadingContentPreProcessing: true,
|
||||
PrintDocSeparators: true,
|
||||
UnwrapScalar: true,
|
||||
|
||||
Reference in New Issue
Block a user