mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 18:06:42 +02:00
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:
parent
e516f2bf65
commit
c1a0370daa
6 changed files with 14 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue