๐Ÿš€ Grammar-Aware Code Formatter: Structure through separation (supports Go, JavaScript, TypeScript, JSX, and TSX)
go formatter code-formatter javascript typescript jsx tsx
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(Taskfile): Add benchmem option to bench task

Fuwn b6f8267e 5bede31c

+1 -1
+1 -1
Taskfile.yaml
··· 44 44 bench: 45 45 desc: Run benchmarks 46 46 cmds: 47 - - go test -bench=. ./... 47 + - go test -bench=. -benchmem ./... 48 48 49 49 fmt: 50 50 desc: Format code