egui/epi/src
Alexander Chaplin Braz 224d4d6d26
eframe: don't prettify presisted ron strings (#902)
What ultimately ends up stored into a file is the
HashMap<String, String>, which when prettified only nets three
(depending on the settings) lines of "string": "long prettified
string that's really hard to read because of the extra indentation and
literal \n characters that are all just on one single line".

Not prettifying the values in the first place makes it somewhat easier
to read and also saves a bit of space.
2021-11-28 16:37:40 +01:00
..
file_storage.rs Deduplicate code found in both egui_glium and egui_glow (#819) 2021-10-19 21:40:55 +02:00
lib.rs eframe: don't prettify presisted ron strings (#902) 2021-11-28 16:37:40 +01:00