Config: Make json.array default to "on"
- This makes the default "export" output work out of the box with most JSON parsing libraries.
This commit is contained in:
@@ -44,7 +44,8 @@ if (open my $fh, '>', $rc)
|
||||
"verbose=off\n",
|
||||
"confirmation=no\n",
|
||||
"defaultwidth=100\n",
|
||||
"dateformat=m/d/Y\n";
|
||||
"dateformat=m/d/Y\n",
|
||||
"json.array=off";
|
||||
close $fh;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user