Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 421 Bytes

This version is preserved for historical interest only. Future development is taking place at:

https://github.com/lispunion/code-formatter

scheme-format

Format Scheme source code

Features:

  • Runs from the command line

  • Makes decisions about line breaks as well as indentation

  • Sorts terms such as function definitions where this will not change the meaning of the program

Currently builds with Chicken Scheme.