We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e2a17 commit 2644f1bCopy full SHA for 2644f1b
1 file changed
config/config.go
@@ -57,7 +57,7 @@ type Formatter struct {
57
Command string `mapstructure:"command" toml:"command"`
58
// Options are an optional list of args to be passed to Command.
59
Options []string `mapstructure:"options,omitempty" toml:"options,omitempty"`
60
- // StringOptions are an optional list of args used to invoke the formatter
+ // StdinOptions are an optional list of args used to invoke the formatter
61
// in stdin mode (where it reads the buffer to format from stdin rather
62
// than a file). Any occurrences of `$path` will be replaced with the "advisory path"
63
// of the "file" being formatted (useful for formatters whose behavior
0 commit comments