mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 07:28:04 +08:00
spelling
This commit is contained in:
parent
d2a2ad35ee
commit
6f7f27aaa6
1 changed files with 4 additions and 1 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
|
@ -27,11 +27,13 @@
|
||||||
"setfill",
|
"setfill",
|
||||||
"simm",
|
"simm",
|
||||||
"smaddl",
|
"smaddl",
|
||||||
|
"sreg",
|
||||||
"stringstream",
|
"stringstream",
|
||||||
"strlen",
|
"strlen",
|
||||||
"strncpy",
|
"strncpy",
|
||||||
"struct",
|
"struct",
|
||||||
"structs",
|
"structs",
|
||||||
|
"wreg",
|
||||||
"xreg"
|
"xreg"
|
||||||
],
|
],
|
||||||
"markdownlint.config": {
|
"markdownlint.config": {
|
||||||
|
|
@ -52,7 +54,8 @@
|
||||||
"rotypo",
|
"rotypo",
|
||||||
"rwtypo",
|
"rwtypo",
|
||||||
"slen",
|
"slen",
|
||||||
"ssize"
|
"ssize",
|
||||||
|
"stdinp"
|
||||||
],
|
],
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"ostream": "cpp"
|
"ostream": "cpp"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue