File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ You can view this list in vim with `:help conform-formatters`
206
206
- [ cljstyle] ( https://github.com/greglook/cljstyle ) - Formatter for Clojure code.
207
207
- [ cmake_format] ( https://github.com/cheshirekow/cmake_format ) - Parse cmake listfiles and format them nicely.
208
208
- [ codespell] ( https://github.com/codespell-project/codespell ) - Check code for common misspellings.
209
+ - [ crlfmt] ( https://github.com/cockroachdb/crlfmt ) - Formatter for CockroachDB's additions to the Go style guide.
209
210
- [ crystal] ( https://crystal-lang.org/ ) - Format Crystal code.
210
211
- [ csharpier] ( https://github.com/belav/csharpier ) - The opinionated C# code formatter.
211
212
- [ cue_fmt] ( https://cuelang.org ) - Format CUE files using ` cue fmt ` command.
Original file line number Diff line number Diff line change @@ -246,6 +246,7 @@ FORMATTERS *conform-formatter
246
246
`cljstyle` - Formatter for Clojure code.
247
247
`cmake_format` - Parse cmake listfiles and format them nicely.
248
248
`codespell` - Check code for common misspellings.
249
+ `crlfmt` - Formatter for CockroachDB's additions to the Go style guide.
249
250
`crystal` - Format Crystal code.
250
251
`csharpier` - The opinionated C# code formatter.
251
252
`cue_fmt` - Format CUE files using `cue fmt` command.
You can’t perform that action at this time.
0 commit comments