diff --git a/.gitignore b/.gitignore index 2c37c369af..40922641d6 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ deps/shui/.clj-kondo tx-log* clj-e2e/.wally clj-e2e/resources +.dir-locals.el diff --git a/clj-e2e/.lsp/config.edn b/clj-e2e/.lsp/config.edn new file mode 100644 index 0000000000..4fbd688dd9 --- /dev/null +++ b/clj-e2e/.lsp/config.edn @@ -0,0 +1,2 @@ +{:source-aliases #{:test} + :clean {:ns-inner-blocks-indentation :same-line}}