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.
2 parents ece10ff + 5f8a692 commit 692cd0eCopy full SHA for 692cd0e
src/main/java/org/hypertrace/gradle/code/style/CodeStylePlugin.java
@@ -48,6 +48,7 @@ private void configureFormatting(SpotlessExtension spotlessExtension) {
48
"misc,",
49
format -> {
50
format.target("*.md", "**/*.proto", ".gitignore");
51
+ format.targetExclude("build/**/*.proto");
52
format.indentWithSpaces();
53
format.trimTrailingWhitespace();
54
format.endWithNewline();
0 commit comments