Skip to content

Commit

Permalink
fix vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Jan 6, 2024
1 parent 695b1f5 commit b7d9658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
// Organize Java Imports
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.organizeImports": "explicit"
},
// Format with Checkstyle
"java.checkstyle.configuration": "https://raw.githubusercontent.com/imixs/imixs-workflow/master/imixs-checkstyle-8.44.xml",
Expand Down

0 comments on commit b7d9658

Please sign in to comment.