[][src]Module taplo::formatter

This module is used to format TOML.

The formatting can be done on documents that might contain invalid syntax. In that case the invalid part is skipped.

Structs

Options

All the formatting options.

Functions

format

Parses then formats a TOML document, ignoring errors.

format_green

Formats a parsed TOML green tree.

format_syntax

Formats a parsed TOML syntax tree.