From f41a7970fb1971bb9160265800f42922b41e5ac1 Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Mon, 27 Jul 2020 22:34:48 +0700 Subject: [PATCH] Add JSON settings --- config/AcediaSystem.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/AcediaSystem.ini b/config/AcediaSystem.ini index ac4b5eb..bcaf64f 100644 --- a/config/AcediaSystem.ini +++ b/config/AcediaSystem.ini @@ -34,6 +34,12 @@ requiredGroup="" maxVisibleLineWidth=80 maxTotalLineWidth=108 +[AcediaCore_0_2.JSON] +; Max precision that will be used when outputting JSON values as a string. +; Hardcoded to force this value between 0 and 10, inclusively. +MAX_FLOAT_PRECISION=4 + + [AcediaCore_0_2.ColorAPI] ; Changing these values will alter color's definitions in `ColorAPI`, ; changing how Acedia behaves