schemat

Format Scheme, Lisp, and S-expression code with consistent style

cargomacoslinuxwindows
Try with needOr install directly
Source

About

A code formatter for Scheme, Lisp, and any S-expressions

Commands

schemat

Examples

format a scheme file and print to terminal$ schemat file.scm
format lisp code and save changes to file$ schemat -i file.lisp
format multiple scheme files at once$ schemat *.scm
format s-expression code with custom indentation$ schemat --indent 2 file.scm
check if scheme file is properly formatted$ schemat --check file.scm