File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -266,6 +266,10 @@ use nix
266266
267267- [ crystal] ( https://crystal-lang.org/reference/man/crystal#crystal-tool-format )
268268
269+ ### CUE
270+
271+ - [ cue-fmt] ( https://github.com/cue-lang/cue )
272+
269273### Dart
270274
271275- [ dart analyze] ( https://dart.dev/tools/dart-analyze )
@@ -411,7 +415,6 @@ use nix
411415### Purescript
412416
413417- [ purs-tidy] ( https://github.com/natefaubion/purescript-tidy )
414- - [ purty] ( https://gitlab.com/joneshf/purty )
415418
416419### Python
417420
Original file line number Diff line number Diff line change @@ -2661,6 +2661,13 @@ in
26612661 entry = "${ hooks . crystal . package } /bin/crystal tool format" ;
26622662 files = "\\ .cr$" ;
26632663 } ;
2664+ cue-fmt = {
2665+ name = "cue fmt" ;
2666+ description = "Format CUE files" ;
2667+ package = tools . cue ;
2668+ entry = "${ hooks . cue-fmt . package } /bin/cue fmt" ;
2669+ files = "\\ .cue$" ;
2670+ } ;
26642671 cspell =
26652672 {
26662673 name = "cspell" ;
Original file line number Diff line number Diff line change 2121, conform
2222, convco
2323, crystal
24+ , cue
2425, dart
2526, deadnix
2627, deno
132133 conform
133134 convco
134135 crystal
136+ cue
135137 dart
136138 deadnix
137139 deno
You can’t perform that action at this time.
0 commit comments