File: cspell.yml

package info (click to toggle)
dfu-programmer 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 832 kB
  • sloc: ansic: 5,152; makefile: 31; sh: 18
file content (23 lines) | stat: -rw-r--r-- 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
version: 0.2
language: en
relative: true
ignorePaths:
  - '**/*.svg'
  - .vscode/extensions.json
  - .git
dictionaries:
  - en_US
  - filetypes
  - names
  - export
  - words
  - dependencies
dictionaryDefinitions:
  - name: names
    path: ./cSpell/names.txt
  - name: export
    path: ./cSpell/export.txt
  - name: words
    path: ./cSpell/words.txt
  - name: dependencies
    path: ./cSpell/dependencies.txt