raviqqe@alien.topB to LispEnglish · 2 years agoScheme code formatter written in Rustgithub.comexternal-linkmessage-square3linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkScheme code formatter written in Rustgithub.comraviqqe@alien.topB to LispEnglish · 2 years agomessage-square3linkfedilink
minus-squareraviqqe@alien.topOPBlinkfedilinkEnglisharrow-up1·2 years agoI’m actually just using a formatter library and its readme describes the algorithm although it’s a very basic one. https://github.com/raviqqe/mfmt Currently, Schemat doesn’t have any options for configurations. It’s made after the philosophy of `gofmt` where you insert newlines with your “sense.”
I’m actually just using a formatter library and its readme describes the algorithm although it’s a very basic one. https://github.com/raviqqe/mfmt
Currently, Schemat doesn’t have any options for configurations. It’s made after the philosophy of `gofmt` where you insert newlines with your “sense.”