mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- Now properly parses dates according to specified date format.
This commit is contained in:
parent
fd7bb9daa9
commit
8d90035bbc
5 changed files with 44 additions and 9 deletions
|
@ -136,7 +136,7 @@ void Config::createDefault (const std::string& file)
|
|||
set ("data.location", taskDir);
|
||||
set ("command.logging", "off");
|
||||
set ("confirmation", "yes");
|
||||
set ("next", 2);
|
||||
set ("next", 1);
|
||||
set ("curses", "on");
|
||||
set ("color", "on");
|
||||
set ("color.overdue", "red");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue