dev: add lsp config

add :ns-inner-blocks-indentation config to keep the current style of :require
This commit is contained in:
rcmerci
2023-02-24 15:20:56 +08:00
committed by Andelf
parent 6a5b0c8199
commit ec157b8f2c
2 changed files with 3 additions and 1 deletions

2
.lsp/config.edn Normal file
View File

@@ -0,0 +1,2 @@
{:source-aliases #{:cljs}
:clean {:ns-inner-blocks-indentation :same-line}}