Skip to content

Commit

Permalink
VSCode config
Browse files Browse the repository at this point in the history
  • Loading branch information
mbats committed May 3, 2024
1 parent 0d3c9b3 commit 2486f11
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,24 @@
"editor.formatOnSave": true,
"editor.formatOnPaste": false,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"[javascript]": {
"editor.formatOnSave": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "esbenp.prettier-vscode",
"vale.enableSpellcheck": true,
"vale.valeCLI.path": "vale",
"vale.valeCLI.minAlertLevel": "suggestion",
"cSpell.ignoreWords": [
"MBSE",
"adoc",
"batmobile",
"noheader",
"sysmlv",
"syson"
],
"cSpell.words": [
"metamodel"
]
}

0 comments on commit 2486f11

Please sign in to comment.