You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
Hmmm. There IS an option, lies in premake5.lua, removing _CARYLL_USE_PRE_SERIALIZED WILL enable formatting contours, but it will damage the performance.
I suppose most editors/IDEs are capable or pretty-printing JSON, or there are plugins to do that. To me it would be convenient and worth the drop in performance, as --pretty is probably used for human eyes as opposed to output meant for another script to work with, but it's a non-urgent enhancement.
When using
--pretty
it would be nice to see a newline for each contour value."contours": [[{"x":-16383,"y":16383,"on":true},{"x":16383,"y":16383,"on":true},{"x":16383,"y":-16383,"on":true},{"x":-16383,"y":-16383,"on":true}]]
to
The text was updated successfully, but these errors were encountered: