-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try to addressing #38 by detecting '{\n' in line end if this line wou…
…ld be removed. and delete all lines when meeting corresponding '};\n'. Matches done by the same count of leading whitespaces. assuming this to be removed line would start with a UUID with leading whitespaces
- Loading branch information
汪啸
committed
Nov 22, 2017
1 parent
cd8282e
commit e2c05a9
Showing
1 changed file
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e2c05a9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works well on my previously error-inducing project file!