File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ {:config-paths [" ericdallo/clj4intellij" ]}
Original file line number Diff line number Diff line change 7
7
.classpath
8
8
/.nrepl-port
9
9
.lsp /.cache
10
- .clj-kondo
11
- ! .clj-kondo /. config
10
+ / .clj-kondo / *
11
+ ! / .clj-kondo /config.edn
12
12
.project
13
13
.settings
Original file line number Diff line number Diff line change 1
- {:cljfmt { :indents {proxy+ [[ :block 2 ] [ :inner 1 ]]}}
1
+ {:classpath-config-paths [ " ericdallo/clj4intellij " ]
2
2
:project-specs [{:classpath-cmd [" ./gradlew" " -q" " classpath" ]
3
3
:project-path " build.gradle.kts" }
4
4
{:classpath-cmd [" clojure" " -Spath" ]
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ - Bump clj4intellij to 0.7.1
6
+
5
7
## 3.1.1
6
8
7
9
- Remove ` : ` lexer check since this is delegated to clojure-lsp/clj-kondo already.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ repositories {
35
35
36
36
dependencies {
37
37
implementation (" org.clojure:clojure:1.12.0" )
38
- implementation (" com.github.ericdallo:clj4intellij:0.6.3 " )
38
+ implementation (" com.github.ericdallo:clj4intellij:0.7.1 " )
39
39
implementation (" seesaw:seesaw:1.5.0" )
40
40
implementation (" camel-snake-kebab:camel-snake-kebab:0.4.3" )
41
41
implementation (" com.rpl:proxy-plus:0.0.9" )
You can’t perform that action at this time.
0 commit comments