File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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`
206206- [ cljstyle] ( https://github.com/greglook/cljstyle ) - Formatter for Clojure code.
207207- [ cmake_format] ( https://github.com/cheshirekow/cmake_format ) - Parse cmake listfiles and format them nicely.
208208- [ 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.
209210- [ crystal] ( https://crystal-lang.org/ ) - Format Crystal code.
210211- [ csharpier] ( https://github.com/belav/csharpier ) - The opinionated C# code formatter.
211212- [ 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
246246`cljstyle` - Formatter for Clojure code.
247247`cmake_format` - Parse cmake listfiles and format them nicely.
248248`codespell` - Check code for common misspellings.
249+ `crlfmt` - Formatter for CockroachDB's additions to the Go style guide.
249250`crystal` - Format Crystal code.
250251`csharpier` - The opinionated C# code formatter.
251252`cue_fmt` - Format CUE files using `cue fmt` command.
You can’t perform that action at this time.
0 commit comments