فهرست منبع

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}}