[new] Add cljdoc.edn config
This commit is contained in:
parent
1a803dde78
commit
d16293653c
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -10,5 +10,3 @@ pom.xml*
|
||||||
/target/
|
/target/
|
||||||
/checkouts/
|
/checkouts/
|
||||||
/logs/
|
/logs/
|
||||||
/docs/
|
|
||||||
/doc/
|
|
||||||
2
doc/cljdoc.edn
Normal file
2
doc/cljdoc.edn
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
{:cljdoc/docstring-format :plaintext}
|
||||||
|
|
||||||
Loading…
Reference in a new issue