Skip to content

Commit

Permalink
Merge pull request #22 from Toliak/patch-1
Browse files Browse the repository at this point in the history
Wrong README comma placement fix
  • Loading branch information
Gruntfuggly authored Feb 28, 2021
2 parents d4cdc65 + ac4b964 commit 63379ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Task names are associated with filename globs, e.g.
"triggerTaskOnSave.tasks": {
"build": [
"src/!ModuleVersion.h",
"src/*.h"
"src/*.cpp",
"src/*.h",
"src/*.cpp"
],
"test": [
"**-ut/*.h"
"**-ut/*.cpp",
"**-ut/*.h",
"**-ut/*.cpp"
],
}
```
Expand Down

0 comments on commit 63379ac

Please sign in to comment.