rent
ReferenceCommand line

rent format

Format the schema

rent format
Format complete rent/schema.rsl

Formatting is deterministic and idempotent. It aligns fields and configuration properties, normalizes spacing, and preserves documentation comments, ordinary // comments, trailing comments, and /* block comments */.

CI can check without writing:

rent format --check

Pass --schema to format one file or every RSL document in a multi-file schema directory.

On this page