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 2f99a69 commit 5ad43e0Copy full SHA for 5ad43e0
java/gradle/src/main/kotlin/PDETask.kt
@@ -69,6 +69,7 @@ abstract class PDETask : SourceTask() {
69
70
val meta = PdePreprocessor
71
.builderFor(sketchName)
72
+ .setTabSize(4)
73
.build()
74
.write(javaFile, combined)
75
0 commit comments