Skip to content

Commit

Permalink
Add width field to PrettyPrinter record.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Oct 30, 2015
1 parent d060bb8 commit efc3731
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/puget/printer.clj
Original file line number Diff line number Diff line change
Expand Up @@ -430,16 +430,17 @@
;; ## Pretty Printer Implementation

(defrecord PrettyPrinter
[sort-keys
[width
print-meta
sort-keys
map-delimiter
map-coll-separator
seq-limit
print-handlers
print-fallback
print-meta
print-color
color-markup
color-scheme]
color-scheme
print-handlers
print-fallback]

fv/IVisitor

Expand Down

0 comments on commit efc3731

Please sign in to comment.