Created
April 6, 2020 18:31
-
-
Save blackode/e42b987072ff74d9cd0ccca759b019aa to your computer and use it in GitHub Desktop.
IO.inspect default options list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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