mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-15 21:03:52 -07:00
13 lines
290 B
JSON
13 lines
290 B
JSON
|
|
{
|
||
|
|
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
|
||
|
|
"version": "0.2",
|
||
|
|
"dictionaries": ["codeberg"],
|
||
|
|
"dictionaryDefinitions": [
|
||
|
|
{
|
||
|
|
"name": "codeberg",
|
||
|
|
"path": "./.cspell/codeberg.txt",
|
||
|
|
"addWords": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|