@@ -79,7 +79,7 @@ Use `--help` for a list of all the command-line options.
79
79
80
80
For persistent configuration, you can use a [ configuration file] [ ] .
81
81
82
- [ zipped up binary ] : https://github.com/weavejester/cljfmt/releases/download/0.13.0 /cljfmt-0.13.0 -win-amd64.zip
82
+ [ zipped up binary ] : https://github.com/weavejester/cljfmt/releases/download/0.13.1 /cljfmt-0.13.1 -win-amd64.zip
83
83
[ configuration file ] : #configuration
84
84
85
85
### Clojure Tools
@@ -88,7 +88,7 @@ The official Clojure CLI supports installation of thirdparty [tools][].
88
88
To install cljfmt as a tool, run:
89
89
90
90
``` bash
91
- clj -Ttools install io.github.weavejester/cljfmt ' {:git/tag "0.13.0 "}' :as cljfmt
91
+ clj -Ttools install io.github.weavejester/cljfmt ' {:git/tag "0.13.1 "}' :as cljfmt
92
92
```
93
93
94
94
To use the tool to check for formatting errors in your project, run:
@@ -111,7 +111,7 @@ clj -Tcljfmt fix
111
111
Leiningen, add the following plugin to your ` project.clj ` file:
112
112
113
113
``` clojure
114
- :plugins [[dev.weavejester/lein-cljfmt " 0.13.0 " ]]
114
+ :plugins [[dev.weavejester/lein-cljfmt " 0.13.1 " ]]
115
115
```
116
116
117
117
To use the plugin to check code for formatting errors, run:
@@ -139,7 +139,7 @@ recursively checks / fixes paths like the CLI tool.
139
139
First, add the dependency:
140
140
141
141
``` edn
142
- {:deps {dev.weavejester/cljfmt {:mvn/version " 0.13.0 " }}}
142
+ {:deps {dev.weavejester/cljfmt {:mvn/version " 0.13.1 " }}}
143
143
```
144
144
145
145
Then use the library:
0 commit comments