TER/.cspell.json
2023-11-07 08:40:43 +01:00

22 lines
563 B
JSON

// cSpell Settings
{
// Version of the setting file. Always 0.2
"version": "0.2",
// language - current active spelling language
"language": "en",
// words - list of words to be always considered correct
"words": [
],
// flagWords - list of words to be always considered incorrect
// This is useful for offensive words and common spelling errors.
// For example "hte" should be "the"
"flagWords": [
],
"overrides": [
{
"language": "fr-FR",
"filename": "**.md"
}
]
}