summaryrefslogtreecommitdiff
path: root/.gut_editor_config.json
blob: 413f9f1780b06728b7fe34d7f7ef1feff373c21b (plain)
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
{
 "background_color": "ff262626",
 "config_file": "res://.gutconfig.json",
 "dirs": [
  "res://Tests"
 ],
 "disable_colors": false,
 "double_strategy": "partial",
 "font_color": "ffcccccc",
 "font_name": "CourierPrime",
 "font_size": 16,
 "hide_orphans": false,
 "ignore_pause": false,
 "include_subdirs": true,
 "inner_class": null,
 "junit_xml_file": "",
 "junit_xml_timestamp": false,
 "log_level": 0,
 "opacity": 100,
 "post_run_script": "",
 "pre_run_script": "",
 "prefix": "test_",
 "selected": null,
 "should_exit": true,
 "should_exit_on_success": true,
 "should_maximize": true,
 "compact_mode": false,
 "show_help": false,
 "suffix": ".gd",
 "tests": [

 ],
 "unit_test_name": null,
 "gut_on_top": false,
 "panel_options": {
  "font_name": "CourierPrime",
  "font_size": 12
 }
}