Liking cljdoc? Tell your friends :D

formatting-stack.linters.line-length


exceeding-linesclj

(exceeding-lines {:keys [max-line-length merge-threshold]} filename)
source

lint!clj

(lint! options filenames)
source

newclj

(new {:keys [max-line-length merge-threshold]
      :or {max-line-length 130 merge-threshold 10}})
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close