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.
In case you're wondering what's the tweet, here's the gist mirror by the tweet's author: https://gist.github.com/kubukoz/894b049b5c1747f17c1e052754640b32