From bb097b1fa133da5df756a7157d258ecc14cc5e7b Mon Sep 17 00:00:00 2001 From: Ralph Soika Date: Tue, 24 Sep 2024 20:38:07 +0200 Subject: [PATCH] config update --- .vscode/settings.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c76c8b6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,14 @@ +// 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 +{ + // Organize Java Imports + "editor.codeActionsOnSave": { + "source.organizeImports": "explicit" + }, + // Checkstile + "java.checkstyle.configuration": "https://raw.githubusercontent.com/imixs/imixs-workflow/master/imixs-checkstyle-8.44.xml", + "editor.formatOnSave": true +} \ No newline at end of file