gofmt
Gofmt-specific options.
Backend: pants.backend.experimental.go
Config section: [gofmt]
Basic options
default:
False
If true, don't use gofmt when running pants fmt
and pants lint
.
default:
[]
Arguments to pass directly to gofmt, e.g. --gofmt-args='-s -e'
.
Only the following style related options are supported: -e
, -r
, -s
.
Advanced options
None
Deprecated options
None
Updated about 1 month ago