From 05d29ccce1898ed89c0b650c77242c2fa2805128 Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Fri, 20 May 2022 00:45:25 +0200 Subject: texty: initial commit --- .gut_editor_config.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gut_editor_config.json (limited to '.gut_editor_config.json') 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 -- cgit v1.2.3