Przeglądaj źródła

chore: update .lsp & gitignore

rcmerci 6 miesięcy temu
rodzic
commit
2c6247a8d7
2 zmienionych plików z 3 dodań i 0 usunięć
  1. 1 0
      .gitignore
  2. 2 0
      clj-e2e/.lsp/config.edn

+ 1 - 0
.gitignore

@@ -70,3 +70,4 @@ deps/shui/.clj-kondo
 tx-log*
 tx-log*
 clj-e2e/.wally
 clj-e2e/.wally
 clj-e2e/resources
 clj-e2e/resources
+.dir-locals.el

+ 2 - 0
clj-e2e/.lsp/config.edn

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