Skip to content

Commit 38b1a1a

Browse files
committed
Update settings.json
No spell check for .cpp files
1 parent b19cd40 commit 38b1a1a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,8 @@
8585
"yml",
8686
"hexa"
8787
],
88-
"cSpell.maxDuplicateProblems": 2
88+
"cSpell.maxDuplicateProblems": 2,
89+
"cSpell.enabledFileTypes": {
90+
"cpp": false
91+
}
8992
}

0 commit comments

Comments
 (0)