mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19: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 {
|
func NewDefaultYamlPreferences() YamlPreferences {
|
||||||
return YamlPreferences{
|
return YamlPreferences{
|
||||||
Indent: 2,
|
Indent: 2,
|
||||||
ColorsEnabled: true,
|
ColorsEnabled: false,
|
||||||
LeadingContentPreProcessing: true,
|
LeadingContentPreProcessing: true,
|
||||||
PrintDocSeparators: true,
|
PrintDocSeparators: true,
|
||||||
UnwrapScalar: true,
|
UnwrapScalar: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user