blob: f07a4b5240a76e4a40d145609b07a84aaaa583ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  | 
dictionaryDefinitions:
  - name: cru-words
    path: './cru-words.txt'
    addWords: true
dictionaries:
  - cpp
  - python
  - css
  - cru-words
words:
  - crupest
ignorePaths:
  - /build
  - /lib
  - compile_commands.json
 
  |