We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee5e93 commit 4797e20Copy full SHA for 4797e20
project.clj
@@ -10,8 +10,13 @@
10
[codox-md "0.2.0" :exclusions [org.clojure/clojure]]]}}
11
:test-selectors {:stress :stress
12
:default (complement :stress)}
13
- :plugins [[codox "0.6.4"]]
14
- :codox {:writer codox-md.writer/write-docs
+ :plugins [[codox "0.8.10"]
+ [lein-jammin "0.1.1"]
15
+ [ztellman/lein-cljfmt "0.1.10"]]
16
+ :cljfmt {:indents {#".*" [[:inner 0]]}}
17
+ :codox {:src-dir-uri "https://github.com/ztellman/byte-streams/blob/master/"
18
+ :src-linenum-anchor-prefix "L"
19
+ :defaults {:doc/format :markdown}
20
:include [byte-streams]}
21
:global-vars {*warn-on-reflection* true}
22
:java-source-paths ["src"]
0 commit comments