-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #23
- Loading branch information
Showing
7 changed files
with
152 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.