From e2e47404759e89cd7ebeed87199c30e9f50db01c Mon Sep 17 00:00:00 2001 From: HacktheTime Date: Sat, 8 Jul 2023 23:50:53 +0200 Subject: test --- run/config/modelfix-client.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 run/config/modelfix-client.json (limited to 'run/config/modelfix-client.json') diff --git a/run/config/modelfix-client.json b/run/config/modelfix-client.json new file mode 100644 index 0000000..90a9983 --- /dev/null +++ b/run/config/modelfix-client.json @@ -0,0 +1,11 @@ +{ + "default": { + "item_quad_expansion": 0.002, + "item_quad_indent": 1.0E-4 + }, + "mac_os": { + "item_quad_expansion": 0.02, + "item_quad_indent": 0.001, + "shrink_ratio_multiplier": 0.2 + } +} \ No newline at end of file -- cgit