Skip to content

Commit 0255faf

Browse files
format: fix snippet placeholders and blank space
1 parent 8afe79b commit 0255faf

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

config.edn

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@
294294
{:extra-paths [\"${2:path}\"]
295295
:extra-deps {${3:deps-maven or deps-git}}
296296
:main-opts [\"-m\" \"${4:main namespace}\"]
297-
:exec-fn ${4:domain/function-name}
298-
:exec-args {${5:key value}}}$0"}
297+
:exec-fn ${5:domain/function-name}
298+
:exec-args {${6:key value}}}$0"}
299299

300300
{:name "deps-maven"
301301
:detail "deps.edn Maven dependency"
@@ -373,12 +373,10 @@
373373
:detail "Ignore redefined Vars"
374374
:snippet
375375
"#_{:clj-kondo/ignore [:redefined-var]}
376-
$0"}
376+
$0"}]}
377377

378378
;; End of Clojure LSP and Clj-kondo snippets
379379
;; ---------------------------------------------------------
380-
]
380+
381381
;; End of LSP snippets
382382
;; ---------------------------------------------------------
383-
384-
}

0 commit comments

Comments
 (0)