(N00b question.)
Is there command/package/snippet to format elisp code (like in my init file) in a standard(-ish) way, like what Prettier does for JavaScript?
I'm not only concerned about indentation, but keeping lines at max 80 chars, and whatever other general readability things are considered useful.