Hey,
I'm building an extension for VS Code and I'm slowly adding new QoL features and I was wondering if there's some CLI tool that would mimic the DrRacket (= recommended) formatting. Something along the lines of black for Python, gofmt for go, or some js beautifiers.
I couldn't find anything Racket specific, but I guess some Scheme formatter would work as well... Or maybe there's a way to tap into DrRacket's formatting capabilities through command line. What are you using?