mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11: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
|
./scripts/test.sh cljs
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Formatting
|
||||||
|
|
||||||
|
```bash
|
||||||
|
clojure-lsp format
|
||||||
|
clojure-lsp clean-ns
|
||||||
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
The documentation lives under `doc` and it is hosted on [cljdoc](https://cljdoc.org). See their
|
The documentation lives under `doc` and it is hosted on [cljdoc](https://cljdoc.org). See their
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue