Skip to main content

Crate mago_formatter

Crate mago_formatter 

Source
Expand description

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.

Modules§

document
presets
Preset configurations for formatter settings.
settings

Macros§

wrap

Structs§

Formatter
The main entry point for formatting PHP code.