-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gut_editor_config.json
44 lines (44 loc) · 992 Bytes
/
.gut_editor_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
44
{
"background_color": "ff262626",
"compact_mode": false,
"config_file": "res://.gutconfig.json",
"dirs": [
"res://Test/TestParser",
"res://Test/TestExecuter",
"res://Test/TestRakugo"
],
"disable_colors": false,
"double_strategy": "partial",
"font_color": "ffcccccc",
"font_name": "CourierPrime",
"font_size": 16,
"gut_on_top": true,
"hide_orphans": false,
"ignore_pause": false,
"include_subdirs": true,
"inner_class": null,
"junit_xml_file": "",
"junit_xml_timestamp": false,
"log_level": 1,
"opacity": 100,
"paint_after": 0.1,
"panel_options": {
"font_name": "CourierPrime",
"font_size": 30,
"hide_output_text": false,
"hide_result_tree": false,
"hide_settings": true,
"use_colors": false
},
"post_run_script": "",
"pre_run_script": "",
"prefix": "Test",
"selected": "TestFix273.gd",
"should_exit": false,
"should_exit_on_success": false,
"should_maximize": false,
"show_help": false,
"suffix": ".gd",
"tests": [],
"unit_test_name": null
}