You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set-dialect! allows dialect and quoting options to be set globally, but other options like :checking cannot be set globally. It would be nice if at least :checking, but possibly other options could also be set globally.
The text was updated successfully, but these errors were encountered:
I've added set-options!, which can set defaults for :checking, :inline, :quoted, and :quoted-snake.
I need to think about how/where exactly it needs documenting (beyond just the docstring) so I'll keep this issue open until I've completed that work. Feel free to try out the latest develop version or the latest SNAPSHOT on Clojars and provide feedback.
set-dialect!
allows dialect and quoting options to be set globally, but other options like:checking
cannot be set globally. It would be nice if at least:checking
, but possibly other options could also be set globally.The text was updated successfully, but these errors were encountered: