We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b914017 + 143fbc3 commit 371913dCopy full SHA for 371913d
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