Skip to content

Commit

Permalink
tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewparmet committed May 13, 2022
1 parent 3f7b1e8 commit 24a913c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ public class BufFormatExtension {
* <pre>
* {@code
* spotless {
* protobuf {
* buf().pathToExe(configurations.getByName(BUF_BINARY_CONFIGURATION_NAME).getSingleFile().getAbsolutePath())
* }
* protobuf {
* buf().pathToExe(configurations.getByName(BUF_BINARY_CONFIGURATION_NAME).getSingleFile().getAbsolutePath())
* }
* }
* }
* </pre>
Expand All @@ -88,7 +88,7 @@ public class BufFormatExtension {
* <pre>
* {@code
* buf {
* enforceFormat = false
* enforceFormat = false
* }
* }
* </pre>
Expand Down

0 comments on commit 24a913c

Please sign in to comment.