package
2.1.1
Repository: https://github.com/numtide/treefmt.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
FromViper takes a viper instance and produces a Config instance.
NewViper creates a Viper instance pre-configured with the following options: * TOML config type * automatic env enabled * `TREEFMT_` env prefix for environment variables * replacement of `-` and `.` with `_` when mapping flags to env e.g.
SetFlags appends our flags to the provided flag set.

# Structs

Config is used to represent the list of configured Formatters.
No description provided by the author