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