Rules: Added report configuration defaults

This commit is contained in:
Paul Beckingham 2016-05-20 12:06:35 -05:00
parent d98c099202
commit 9b5774a725

View file

@ -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"},
};
}