File tree Expand file tree Collapse file tree 2 files changed +16
-18
lines changed
Expand file tree Collapse file tree 2 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 44 // language - current active spelling language.
55 "language" : " en,nl" ,
66 // import - import dictionaries.
7- "import" : [
8- " @cspell/dict-nl-nl/cspell-ext.json"
9- ],
7+ "import" : [" @cspell/dict-nl-nl/cspell-ext.json" ],
108 // words - list of words to be always considered correct.
119 "words" : [
1210 " absmiddle" ,
Original file line number Diff line number Diff line change 11{
2- "Version": "2.8.0",
3- "Verbose": false,
4- "Format": "",
2+ "AllowedContentTypes": [],
53 "Debug": false,
6- "IgnoreDefaults": false,
7- "SpacesAftertabs": false,
8- "NoColor": false,
4+ "Disable": {
5+ "EndOfLine": false,
6+ "IndentSize": false,
7+ "Indentation": false,
8+ "InsertFinalNewline": false,
9+ "MaxLineLength": false,
10+ "TrimTrailingWhitespace": false
11+ },
912 "Exclude": [
1013 "Horizon_TV_Fixer/",
1114 "LICENSE.txt"
1215 ],
13- "AllowedContentTypes": [],
16+ "Format": "",
17+ "IgnoreDefaults": false,
18+ "NoColor": false,
1419 "PassedFiles": [],
15- "Disable": {
16- "EndOfLine": false,
17- "Indentation": false,
18- "InsertFinalNewline": false,
19- "TrimTrailingWhitespace": false,
20- "IndentSize": false,
21- "MaxLineLength": false
22- }
20+ "SpacesAftertabs": false,
21+ "Verbose": false,
22+ "Version": "2.8.0"
2323}
You can’t perform that action at this time.
0 commit comments