Skip to content

Commit 5be4e23

Browse files
feat: forgot to include the actual settings.json in the commit
1 parent b95958d commit 5be4e23

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.vscode/settings.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@
1616
"editor.defaultFormatter": "esbenp.prettier-vscode"
1717
},
1818
"[java]": {
19-
"spotlessGradle.format.enable": true,
20-
"editor.defaultFormatter": "richardwillis.vscode-spotless-gradle",
21-
"editor.codeActionsOnSave": {
22-
"source.fixAll.spotlessGradle": true
23-
},
19+
"spotlessGradle.format.enable": true,
20+
"editor.defaultFormatter": "redhat.java",
21+
},
2422

25-
}
2623
}

0 commit comments

Comments
 (0)