schemat

Code formatter for Scheme, Lisp, and S-expressions

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 in-place$ schemat format file.scm
Format and display output without modifying file$ schemat format --check file.scm
Format a directory of Lisp files$ schemat format src/