mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Rules: Added report configuration defaults
This commit is contained in:
parent
d98c099202
commit
9b5774a725
1 changed files with 15 additions and 3 deletions
|
@ -43,6 +43,18 @@ Rules::Rules ()
|
|||
{"confirmation", "yes"},
|
||||
{"debug", "off"},
|
||||
{"verbose", "on"},
|
||||
|
||||
// 'day' report.
|
||||
{"reports.day.lines", "2"},
|
||||
{"reports.day.spacing", "1"},
|
||||
|
||||
// 'week' report.
|
||||
{"reports.week.lines", "1"},
|
||||
{"reports.week.spacing", "1"},
|
||||
|
||||
// 'month' report.
|
||||
{"reports.month.lines", "1"},
|
||||
{"reports.month.spacing", "1"},
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue