diff options
Diffstat (limited to '.gut_editor_config.json')
| -rw-r--r-- | .gut_editor_config.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.gut_editor_config.json b/.gut_editor_config.json new file mode 100644 index 0000000..d05bd4e --- /dev/null +++ b/.gut_editor_config.json @@ -0,0 +1,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": 1, + "opacity": 100, + "post_run_script": "", + "pre_run_script": "", + "prefix": "test_", + "selected": null, + "should_exit": false, + "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 + } +}
\ No newline at end of file |
