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 a1cca74 commit d4f94f1Copy full SHA for d4f94f1
.lsp/config.edn
@@ -0,0 +1,8 @@
1
+{:clean {:ns-inner-blocks-indentation :same-line}
2
+ :cljfmt {:indents {mlet [[:block 1]]
3
+ facts [[:block 1]]
4
+ fact [[:block 1]]
5
+ flow [[:block 1]]
6
+ flow-with-defaults [[:block 1]]
7
+ flow-as-of [[:block 1]]
8
+ flow-without-validation [[:block 1]]}}}
README.md
@@ -1,6 +1,6 @@
# codes.clj.docs/extractor
-Tool to extract namespace/functions documentation from Clojure projects into indexed Datalevin file.
+Tool to extract namespace/functions documentation from Clojure projects into indexed [datalevin](https://github.com/juji-io/datalevin) file.
# CLI
0 commit comments