forked from TheDuckCow/godot-road-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gut_editor_config.json
44 lines (43 loc) · 929 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",
"config_file": "res://.gutconfig.json",
"dirs": [
"res://test/unit",
"res://test/integration"
],
"disable_colors": false,
"double_strategy": "partial",
"font_color": "ffcccccc",
"font_name": "CourierPrime",
"font_size": 28,
"hide_orphans": false,
"ignore_pause": false,
"include_subdirs": false,
"inner_class": null,
"junit_xml_file": "",
"junit_xml_timestamp": false,
"log_level": 1,
"opacity": 100,
"post_run_script": "",
"pre_run_script": "",
"prefix": "test_",
"selected": null,
"should_exit": false,
"should_exit_on_success": true,
"should_maximize": false,
"compact_mode": false,
"show_help": false,
"suffix": ".gd",
"tests": [
],
"unit_test_name": null,
"gut_on_top": true,
"panel_options": {
"font_name": "CourierPrime",
"font_size": 30,
"hide_result_tree": false,
"hide_output_text": true,
"hide_settings": true,
"use_colors": false
}
}