diff --git a/.iex.exs b/.iex.exs index 128c00ae..fd03f77c 100644 --- a/.iex.exs +++ b/.iex.exs @@ -1 +1,8 @@ -IEx.configure(auto_reload: true) +IEx.configure( + auto_reload: true, + inspect: [ + limit: :infinity, + printable_limit: :infinity, + width: 120 + ] +)