Skip to content

Commit

Permalink
Merge pull request #2257 from jakepearson/dev
Browse files Browse the repository at this point in the history
Add link to default cljfmt config files
  • Loading branch information
PEZ authored Jul 17, 2023
2 parents 6efa996 + 413cb8e commit 96857ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changes to Calva.

## [Unreleased]

- Fix [Add link to default cljfmt config files](https://github.com/BetterThanTomorrow/calva/issues/2252)

## [2.0.380] - 2023-07-16

- Fix: [Calva structural editing fails if cljfmt parsing fails](https://github.com/BetterThanTomorrow/calva/issues/2248)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@
"properties": {
"calva.fmt.configPath": {
"type": "string",
"markdownDescription": "Path to [cljfmt](https://github.com/weavejester/cljfmt#configuration) configuration file. Absolute or relative to the project root directory. To provide the config via [clojure-lsp](https://clojure-lsp.io), set this to `CLOJURE-LSP` (case sensitive). If left blank and a config file with a [default name]( is used, the file will be automatically loaded."
"markdownDescription": "Path to [cljfmt](https://github.com/weavejester/cljfmt#configuration) configuration file. Absolute or relative to the project root directory. To provide the config via [clojure-lsp](https://clojure-lsp.io), set this to `CLOJURE-LSP` (case sensitive). If left blank and a config file with a [default name](https://github.com/weavejester/cljfmt#configuration) is used, the file will be automatically loaded."
},
"calva.fmt.newIndentEngine": {
"type": "boolean",
Expand Down

0 comments on commit 96857ee

Please sign in to comment.