From df5bcdff365d1e9acae542213a3c9f689500725f Mon Sep 17 00:00:00 2001 From: Daniel Leong Date: Thu, 31 Oct 2024 20:00:53 -0400 Subject: [PATCH] Add a clojure-lsp indents config for out at-media/etc rules --- .lsp/config.edn | 1 + 1 file changed, 1 insertion(+) create mode 100644 .lsp/config.edn diff --git a/.lsp/config.edn b/.lsp/config.edn new file mode 100644 index 0000000..55b4f36 --- /dev/null +++ b/.lsp/config.edn @@ -0,0 +1 @@ +{:cljfmt {:extra-indents {#re "^at-" [[:inner 0]]}}}