We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db39aee + 2d478a3 commit 143fbc3Copy full SHA for 143fbc3
1 file changed
.vscode/settings.json
@@ -29,5 +29,7 @@
29
},
30
],
31
"java.test.defaultConfig": "WPIlibUnitTests",
32
- "java.gradle.buildServer.enabled": "on"
33
-}
+ "java.gradle.buildServer.enabled": "on",
+ "java.format.settings.url": "https://raw.githubusercontent.com/wpilibsuite/styleguide/main/ide/eclipse-java-google-style.xml",
34
+ "editor.formatOnSaveMode": "modificationsIfAvailable"
35
+}
0 commit comments