mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Removed default configuration value for the obsolete 'annotations' setting.
This commit is contained in:
parent
1274f2ba07
commit
f45c9edf2b
2 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
2.0.1 ()
|
||||
+ Addressed valgrind complaints (thanks to Bryce Harrington).
|
||||
+ Removed default configuration value for the obsolete 'annotations' setting.
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
|
|
|
@ -84,7 +84,6 @@ std::string Config::_defaults =
|
|||
"# # Comma-separated list. May contain any subset of:\n"
|
||||
"#verbose=blank,header,footnote,label,new-id,affected,edit,special,project\n"
|
||||
"confirmation=yes # Confirmation on delete, big changes\n"
|
||||
"annotations=full # Level of verbosity for annotations: full, sparse or none\n"
|
||||
"indent.annotation=2 # Indent spaces for annotations\n"
|
||||
"indent.report=0 # Indent spaces for whole report\n"
|
||||
"row.padding=0 # Left and right padding for each row of report\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue