File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The easiest way to get started with cljfmt is to add the lein-cljfmt
32
32
plugin to your [ Leiningen] [ ] project map:
33
33
34
34
``` clojure
35
- :plugins [[lein-cljfmt " 0.8.2 " ]]
35
+ :plugins [[lein-cljfmt " 0.9.0 " ]]
36
36
```
37
37
38
38
cljfmt has tested on Leiningen 2.5, but may not work on older
@@ -73,7 +73,7 @@ your project's files:
73
73
[ clojure ] : https://clojure.org/guides/deps_and_cli
74
74
75
75
``` bash
76
- clojure -Sdeps ' {:deps {cljfmt {:mvn/version "0.8.2 "}}}' \
76
+ clojure -Sdeps ' {:deps {cljfmt {:mvn/version "0.9.0 "}}}' \
77
77
-m cljfmt.main [check| fix]
78
78
```
79
79
@@ -87,7 +87,7 @@ indentation file. For example, `indentation.clj`:
87
87
You can then specify this file when running cljfmt:
88
88
89
89
``` bash
90
- clojure -Sdeps ' {:deps {cljfmt {:mvn/version "0.8.2 "}}}' \
90
+ clojure -Sdeps ' {:deps {cljfmt {:mvn/version "0.9.0 "}}}' \
91
91
-m cljfmt.main check \
92
92
--indents indentation.clj
93
93
```
Original file line number Diff line number Diff line change 1
- (defproject cljfmt " 0.8.2 "
1
+ (defproject cljfmt " 0.9.0 "
2
2
:description " A library for formatting Clojure code"
3
3
:url " https://github.com/weavejester/cljfmt"
4
4
:scm {:dir " .." }
Original file line number Diff line number Diff line change 1
- (defproject lein-cljfmt " 0.8.2 "
1
+ (defproject lein-cljfmt " 0.9.0 "
2
2
:description " A library for formatting Clojure code"
3
3
:url " https://github.com/weavejester/cljfmt"
4
4
:scm {:dir " .." }
5
5
:license {:name " Eclipse Public License"
6
6
:url " http://www.eclipse.org/legal/epl-v10.html" }
7
7
:eval-in-leiningen true
8
- :dependencies [[cljfmt " 0.8.2 " ]])
8
+ :dependencies [[cljfmt " 0.9.0 " ]])
You can’t perform that action at this time.
0 commit comments