Skip to content

Instantly share code, notes, and snippets.

@blackode
Created April 6, 2020 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blackode/e42b987072ff74d9cd0ccca759b019aa to your computer and use it in GitHub Desktop.
Save blackode/e42b987072ff74d9cd0ccca759b019aa to your computer and use it in GitHub Desktop.
IO.inspect default options list
IEx.configure(
inspect: [
limit: :infinity,
charlists: :as_lists,
pretty: true,
binaries: :as_strings,
printable_limit: :infinity
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment