diff --git a/.lsp/config.edn b/.lsp/config.edn new file mode 100644 index 00000000..bfbe9181 --- /dev/null +++ b/.lsp/config.edn @@ -0,0 +1,2 @@ +{:cljfmt {:indents {for-all [[:inner 0]] + are [[:inner 0]]}}} \ No newline at end of file diff --git a/doc/development.md b/doc/development.md index 46109017..b0721609 100644 --- a/doc/development.md +++ b/doc/development.md @@ -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