In the wake of the "git conflicts are valid scala" tweet's popularity. Here's an actual #elixir#tip that I'm using for quick debug in presence of default formatter.
Put the following into your `.iex.exs`:
``` ... = 0 ```
Now you can copy paste any truncated output into an iex for processing.