-
Notifications
You must be signed in to change notification settings - Fork 237
/
config.json
43 lines (34 loc) · 854 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"log_time": false,
"cleanup": true,
"auto_sqlite": true,
"optimize_memory": false,
"lower": false,
"utf8_check": false,
"enable_alts": true,
"skip_resources": false,
"rtl": false,
"remove_html": "",
"remove_html_all": false,
"normalize_html": false,
"save_info_json": false,
"skip_duplicate_headword": false,
"trim_arabic_diacritics": false,
"unescape_word_links": false,
"color.enable.cmd.unix": true,
"color.enable.cmd.windows": false,
"color.cmd.critical": 196,
"color.cmd.error": 1,
"color.cmd.warning": 208,
"cmdi.prompt.indent.str": ">",
"cmdi.prompt.indent.color": 2,
"cmdi.prompt.msg.color": -1,
"cmdi.msg.color": -1,
"ui_autoSetFormat": true,
"reverse_matchWord": true,
"reverse_showRel": "Percent",
"reverse_saveStep": 1000,
"reverse_minRel": 0.3,
"reverse_maxNum": -1,
"reverse_includeDefs": false
}