// If one would like to add/remove/modify user preferences without modifying the content of the // workspace settings file, then one would need to modify the `settings.json` under here: // - Windows: %APPDATA%\Code\User\settings.json // - Linux: $HOME/.config/Code/User/settings.json // - Mac: $HOME/Library/Application Support/Code/User/settings.json { "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": "explicit" }, "java.format.settings.url": "https://raw.githubusercontent.com/imixs/imixs-workflow/refs/heads/master/imixs-code-style.xml" }