mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Task: Dependencies are exported as a JSON array
- The 'json.depends.array' setting controls whether dedendencies are encoded as a JSON array, or comma-separated string. - The default value is on. - Both forms are imported.
This commit is contained in:
parent
caab26247c
commit
0f4d3c1d60
6 changed files with 46 additions and 0 deletions
|
@ -107,6 +107,7 @@ std::string Config::_defaults =
|
|||
"expressions=infix # Prefer infix over postfix expressions\n"
|
||||
"dom=on # Support DOM access\n"
|
||||
"json.array=on # Enclose JSON output in [ ]\n"
|
||||
"json.depends.array=on # Encode dependencies as a JSON array\n"
|
||||
"abbreviation.minimum=2 # Shortest allowed abbreviation\n"
|
||||
"\n"
|
||||
"# Dates\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue