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.
2 parents 0c80ff2 + e2ea8a9 commit 4926d1dCopy full SHA for 4926d1d
.vscode/settings.json
@@ -0,0 +1,8 @@
1
+{
2
+ // do not autoformat java files in this repository
3
+ "[java]": {
4
+ "editor.formatOnSave": false,
5
+ "editor.formatOnPaste": false,
6
+ "editor.formatOnType": false,
7
+ },
8
+}
0 commit comments