mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
dev guide
This commit is contained in:
parent
bdcb1eb5b1
commit
060e593414
2 changed files with 9 additions and 0 deletions
2
.lsp/config.edn
Normal file
2
.lsp/config.edn
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{:cljfmt {:indents {for-all [[:inner 0]]
|
||||
are [[:inner 0]]}}}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue