mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 05:27:47 +02:00
Defaults
- The 'dateformat' settings now default to the ISO-8601 standard of 'Y-M-D'.
This commit is contained in:
parent
0fd3ddbe57
commit
03cb5af7be
23 changed files with 50 additions and 31 deletions
|
@ -39,7 +39,8 @@ if (open my $fh, '>', 'denotate.rc')
|
|||
"confirmation=off\n",
|
||||
"report.rrr.description=rrr\n",
|
||||
"report.rrr.columns=id,description\n",
|
||||
"report.rrr.sort=id+\n";
|
||||
"report.rrr.sort=id+\n",
|
||||
"dateformat=m/d/Y\n";
|
||||
close $fh;
|
||||
ok (-r 'denotate.rc', 'Created denotate.rc');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue