Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information