Files
Notes/notes-service/vendor/proc-macro-error3/cspell.json
T
2026-08-01 16:11:49 +03:00

22 lines
361 B
JSON

{
"language": "en",
"dictionaries": ["custom"],
"dictionaryDefinitions": [
{
"name": "custom",
"path": "./.dicts/custom.txt",
"addWords": true
}
],
"readonly": true,
"enableGlobDot": true,
"useGitignore": true,
"ignorePaths": [
"**/.git/",
"**/.gitignore",
".git",
"**/Cargo.lock",
"**/*.svg"
]
}