From 09ffb11f07e964fc1232a49047746afa3b92dd81 Mon Sep 17 00:00:00 2001 From: Arne Dußin Date: Sun, 1 Nov 2020 19:07:55 +0100 Subject: Change pretty config of RON output format --- src/map_data.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map_data.rs b/src/map_data.rs index 62229c6..852d236 100644 --- a/src/map_data.rs +++ b/src/map_data.rs @@ -46,6 +46,7 @@ impl MapData { let pretty_conf = PrettyConfig::new() .with_depth_limit(4) + .with_decimal_floats(true) .with_separate_tuple_members(true) .with_indentor("\t".to_owned()); let string = match to_string_pretty(&self, pretty_conf) { -- cgit v1.2.3-70-g09d2