Skip to content

Instantly share code, notes, and snippets.

@blackode
Created April 6, 2020 18:31
Show Gist options
  • Select an option

  • Save blackode/e42b987072ff74d9cd0ccca759b019aa to your computer and use it in GitHub Desktop.

Select an option

Save blackode/e42b987072ff74d9cd0ccca759b019aa to your computer and use it in GitHub Desktop.

Revisions

  1. Ankanna created this gist Apr 6, 2020.
    10 changes: 10 additions & 0 deletions inspect_iex.exs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@

    IEx.configure(
    inspect: [
    limit: :infinity,
    charlists: :as_lists,
    pretty: true,
    binaries: :as_strings,
    printable_limit: :infinity
    ]
    )