google.golang.org/protobuf/encoding/prototext.MarshalOptions.Indent (field)

7 uses

	google.golang.org/protobuf/encoding/prototext (current package)
		encode.go#L56: 	Indent string
		encode.go#L113: 	if o.Multiline && o.Indent == "" {
		encode.go#L114: 		o.Indent = defaultIndent
		encode.go#L120: 	internalEnc, err := text.NewEncoder(o.Indent, delims, o.EmitASCII)
		encode.go#L137: 	if len(o.Indent) > 0 && len(out) > 0 {

	github.com/golang/protobuf/proto
		buffer.go#L135: 	b, _ = prototext.MarshalOptions{AllowPartial: true, Indent: "\t"}.Marshal(m.Interface())
		text_encode.go#L64: 			opts.Indent = "  "