mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Silver Bullet - file formatting
- 'before' file formatting completed. Now the hard part.
This commit is contained in:
parent
ee06280808
commit
9d8777ec7d
2 changed files with 145 additions and 34 deletions
|
@ -448,7 +448,7 @@ bool slurp (
|
|||
while (getline (in, line))
|
||||
{
|
||||
if (trimLines) line = trim (line);
|
||||
contents += line;
|
||||
contents += line + "\n";
|
||||
}
|
||||
|
||||
in.close ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue