Skip to content

Commit

Permalink
DOC: update cSpell configuration to enable additional file types
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Nov 30, 2024
1 parent bf2d0c0 commit 8bfadbc
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"autoDocstring.docstringFormat": "numpy",
"cSpell.enableFiletypes": [
"python",
"jupyter",
"markdown",
"restructuredtext"
],
"cSpell.enabledFileTypes": {
"plaintext": true,
"python": true,
"jupyter": true,
"markdown": true,
"tex": true,
"rst": true
},
"cSpell.language": "en-US",
"cSpell.words": [
"Abdulklech",
Expand Down

0 comments on commit 8bfadbc

Please sign in to comment.