Module taplo::formatter[][src]

Expand description

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

All the formatting options.

Scoped formatter options based on text ranges.

Enums

Functions

Parses then formats a TOML document, ignoring errors.

Formats a parsed TOML green tree.

Formats a parsed TOML syntax tree.

Formats a DOM root node with given scopes.

Formats a DOM root node with given scopes.