mago-formatter 1.0.3

Reformats PHP source code according to configurable style rules, ensuring consistent code style across a project or organization.
Documentation

Provides a configurable, high-performance formatter for PHP code.

This crate defines the main [Formatter] entry point, which orchestrates the process of parsing source code, converting it into an intermediate document model, and printing it as a well-formatted string according to customizable settings.