mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Context: remove duplicate default value for rule.precedence.color
This commit is contained in:
parent
286fca3935
commit
90cc2a441d
1 changed files with 3 additions and 5 deletions
|
@ -165,6 +165,9 @@ std::string configurationDefaults =
|
||||||
"# Color controls.\n"
|
"# Color controls.\n"
|
||||||
"color=1 # Enable color\n"
|
"color=1 # Enable color\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
"# Here is the rule precedence order, highest to lowest.\n"
|
||||||
|
"# Note that these are just the color rule names, without the leading 'color.'\n"
|
||||||
|
"# and any trailing '.value'.\n"
|
||||||
"rule.precedence.color=deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda.\n"
|
"rule.precedence.color=deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"# General decoration\n"
|
"# General decoration\n"
|
||||||
|
@ -248,11 +251,6 @@ std::string configurationDefaults =
|
||||||
"urgency.uda.priority.M.coefficient=3.9 # UDA priority coefficient for value 'M'\n"
|
"urgency.uda.priority.M.coefficient=3.9 # UDA priority coefficient for value 'M'\n"
|
||||||
"urgency.uda.priority.L.coefficient=1.8 # UDA priority coefficient for value 'L'\n"
|
"urgency.uda.priority.L.coefficient=1.8 # UDA priority coefficient for value 'L'\n"
|
||||||
"\n"
|
"\n"
|
||||||
"# Here is the rule precedence order, highest to lowest.\n"
|
|
||||||
"# Note that these are just the color rule names, without the leading 'color.'\n"
|
|
||||||
"# and any trailing '.value'.\n"
|
|
||||||
"rule.precedence.color=deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda.\n"
|
|
||||||
"\n"
|
|
||||||
"#default.project=foo # Default project for 'add' command\n"
|
"#default.project=foo # Default project for 'add' command\n"
|
||||||
"#default.due=eom # Default due date for 'add' command\n"
|
"#default.due=eom # Default due date for 'add' command\n"
|
||||||
"#default.scheduled=eom # Default scheduled date for 'add' command\n"
|
"#default.scheduled=eom # Default scheduled date for 'add' command\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue