Enhancement
- 'print.empty.columns' now defaults to 'no'. - Unit tests are updated accordingly.
This commit is contained in:
committed by
Paul Beckingham
parent
0bcb22f8e4
commit
089b3e7d66
@@ -289,7 +289,7 @@ std::string Config::_defaults =
|
||||
"complete.all.tags=no # Include old tag names in '_ags' command\n"
|
||||
"list.all.projects=no # Include old project names in 'projects' command\n"
|
||||
"list.all.tags=no # Include old tag names in 'tags' command\n"
|
||||
"print.empty.columns=yes # Print columns which have no data for any task\n"
|
||||
"print.empty.columns=no # Print columns which have no data for any task\n"
|
||||
"debug=no # Display diagnostics\n"
|
||||
"extensions=off # Extension system master switch\n"
|
||||
"fontunderline=yes # Uses underlines rather than -------\n"
|
||||
|
||||
Reference in New Issue
Block a user