Class Protobuf

java.lang.Object
com.diffplug.spotless.maven.FormatterFactory
com.diffplug.spotless.maven.protobuf.Protobuf

public class Protobuf extends FormatterFactory
A FormatterFactory implementation that corresponds to <protobuf>...</protobuf> configuration element.

It defines a formatter for protobuf source files that can execute both language agnostic (e.g. LicenseHeader) and protobuf-specific (e.g. Buf) steps.