Skip to content

Commit

Permalink
update(tooling): add cSpell settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Nov 19, 2024
1 parent 4f10205 commit a204459
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"autoDocstring.docstringFormat": "google",
"autoDocstring.generateDocstringOnEnter": true,
"autoDocstring.guessTypes": true,
"cSpell.language": "en",
"yaml.customTags": [
"!ENV scalar",
"!ENV sequence",
Expand All @@ -70,5 +71,8 @@
"yaml.schemas": {
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml",
"https://json.schemastore.org/github-issue-forms.json": ".github/ISSUE_TEMPLATE/ARTICLE.yml"
}
},
"cSpell.words": [
"Geotribu"
]
}

0 comments on commit a204459

Please sign in to comment.