Add user setting to auto-format code blocks on eval and on save #2076
zachallaun
started this conversation in
Ideas
Replies: 1 comment
-
Decided not to implement due to some confounding factors after discussion in #2077. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While this is available through keyboard-shortcut with
shift+alt+f
, I'd love options to auto-format Elixir code when a cell is evaluated as well as auto-format all Elixir cells when the notebook is saved.This sequence of events is extremely common for me:
shift+enter
to go to next blockk
shift+alt+f
shortcut unless you're in insert mode, so pressenter
, thenshift+alt+f
, thenshift+enter
again so that the*
goes away next to "evaluated" 🙂Beta Was this translation helpful? Give feedback.
All reactions