diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..c2b22c7e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + // do not autoformat java files in this repository + "[java]": { + "editor.formatOnSave": false, + "editor.formatOnPaste": false, + "editor.formatOnType": false, + }, +} \ No newline at end of file