Skip to content

Commit

Permalink
dev: add lsp config
Browse files Browse the repository at this point in the history
add :ns-inner-blocks-indentation config to keep the current style of :require
  • Loading branch information
RCmerci authored and andelf committed Feb 24, 2023
1 parent 6a5b0c8 commit ec157b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ strings.csv

.calva
resources/electron.js
.lsp/.cache
.clj-kondo/.cache
.clj-kondo/babashka/sci
.lsp/
/libs/dist/
charlie/
.vscode
Expand Down
2 changes: 2 additions & 0 deletions .lsp/config.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{:source-aliases #{:cljs}
:clean {:ns-inner-blocks-indentation :same-line}}

0 comments on commit ec157b8

Please sign in to comment.