Skip to content

Commit

Permalink
fix(boilerplate): missing comma in .vscode/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 30, 2019
1 parent 715f070 commit 62fa953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"**/node_modules*": true,
"**/bower_components": true
},
"search.useIgnoreFiles": true
"search.useIgnoreFiles": true,
"[markdown]": {
"files.trimTrailingWhitespace": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"**/node_modules*": true,
"**/bower_components": true
},
"search.useIgnoreFiles": true
"search.useIgnoreFiles": true,
"[markdown]": {
"files.trimTrailingWhitespace": false
},
Expand Down

0 comments on commit 62fa953

Please sign in to comment.