Skip to content

Commit

Permalink
补充sample
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Mar 17, 2018
1 parent 64568d4 commit dcf88a1
Show file tree
Hide file tree
Showing 14 changed files with 3,116 additions and 147 deletions.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"restructuredtext.builtDocumentationPath": "${workspaceRoot}/build/html",
"restructuredtext.confPath": "${workspaceRoot}/source"
"restructuredtext.confPath": "${workspaceRoot}/source",
"files.associations": {
"*.ejs": "html",
"algorithm": "cpp",
"iosfwd": "cpp",
"fstream": "cpp",
"vector": "cpp",
"xstring": "cpp",
"xutility": "cpp"
}
}

0 comments on commit dcf88a1

Please sign in to comment.