We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7b1e8 commit 24a913cCopy full SHA for 24a913c
plugin-gradle/src/main/java/com/diffplug/gradle/spotless/ProtobufExtension.java
@@ -76,9 +76,9 @@ public class BufFormatExtension {
76
* <pre>
77
* {@code
78
* spotless {
79
- * protobuf {
80
- * buf().pathToExe(configurations.getByName(BUF_BINARY_CONFIGURATION_NAME).getSingleFile().getAbsolutePath())
81
- * }
+ * protobuf {
+ * buf().pathToExe(configurations.getByName(BUF_BINARY_CONFIGURATION_NAME).getSingleFile().getAbsolutePath())
+ * }
82
* }
83
84
* </pre>
@@ -88,7 +88,7 @@ public class BufFormatExtension {
88
89
90
* buf {
91
- * enforceFormat = false
+ * enforceFormat = false
92
93
94
0 commit comments