Documentation ¶
Overview ¶
Package yamlfmt implements the "fmt" command — formatting YAML (preserving comments) into a canonical form.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Printer ¶
type Printer struct {
// contains filtered or unexported fields
}
TODO strict mode
func NewPrinter ¶
func NewPrinterWithOpts ¶
func NewPrinterWithOpts(writer io.Writer, opts PrinterOpts) *Printer
type PrinterOpts ¶
type PrinterOpts struct{}
Click to show internal directories.
Click to hide internal directories.