summaryrefslogtreecommitdiff
path: root/cspell.json
diff options
context:
space:
mode:
Diffstat (limited to 'cspell.json')
-rw-r--r--cspell.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/cspell.json b/cspell.json
new file mode 100644
index 0000000000..0f6d5ae18c
--- /dev/null
+++ b/cspell.json
@@ -0,0 +1,18 @@
+// cSpell Settings
+{
+ // Version of the setting file. Always 0.1
+ "version": "0.1",
+ // 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": [
+ "hte"
+ ],
+ "ignorePaths": [
+ ]
+}