We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47ff75 commit 358bb21Copy full SHA for 358bb21
1 file changed
.vscode/settings.json
@@ -1,3 +1,9 @@
1
{
2
- "java.configuration.updateBuildConfiguration": "automatic"
+ "editor.rulers": [80],
3
+ "java.configuration.updateBuildConfiguration": "automatic",
4
+ "java.compile.nullAnalysis.mode": "automatic",
5
+ "sonarlint.connectedMode.project": {
6
+ "connectionId": "nanotaboada",
7
+ "projectKey": "nanotaboada_java.samples.spring.boot"
8
+ }
9
}
0 commit comments