dev guide

This commit is contained in:
Tommi Reiman 2022-02-12 22:42:10 +02:00
parent bdcb1eb5b1
commit 060e593414
2 changed files with 9 additions and 0 deletions

2
.lsp/config.edn Normal file
View file

@ -0,0 +1,2 @@
{:cljfmt {:indents {for-all [[:inner 0]]
are [[:inner 0]]}}}

View file

@ -13,6 +13,13 @@
./scripts/test.sh cljs
```
## Formatting
```bash
clojure-lsp format
clojure-lsp clean-ns
```
## Documentation
The documentation lives under `doc` and it is hosted on [cljdoc](https://cljdoc.org). See their