Skip to content

Commit d4f94f1

Browse files
committed
fix: pleases the linter
1 parent a1cca74 commit d4f94f1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.lsp/config.edn

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# codes.clj.docs/extractor
22

3-
Tool to extract namespace/functions documentation from Clojure projects into indexed Datalevin file.
3+
Tool to extract namespace/functions documentation from Clojure projects into indexed [datalevin](https://github.com/juji-io/datalevin) file.
44

55
# CLI
66

0 commit comments

Comments
 (0)