瀏覽代碼

dev: add lsp config

add :ns-inner-blocks-indentation config to keep the current style of :require
rcmerci 2 年之前
父節點
當前提交
ec157b8f2c
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 1 1
      .gitignore
  2. 2 0
      .lsp/config.edn

+ 1 - 1
.gitignore

@@ -33,9 +33,9 @@ strings.csv
 
 .calva
 resources/electron.js
+.lsp/.cache
 .clj-kondo/.cache
 .clj-kondo/babashka/sci
-.lsp/
 /libs/dist/
 charlie/
 .vscode

+ 2 - 0
.lsp/config.edn

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