Skip to content

Commit

Permalink
update docs workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Feb 29, 2024
1 parent 3ec8c1c commit 0419ca6
Showing 1 changed file with 30 additions and 37 deletions.
67 changes: 30 additions & 37 deletions documentation/documentation.code-workspace
Original file line number Diff line number Diff line change
@@ -1,38 +1,31 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll": true,
"source.fixAll.eslint": true
},
"editor.formatOnPaste": true,
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"html.format.wrapLineLength": 100,
"html.format.wrapAttributes": "force-aligned",
"html.format.contentUnformatted": "pre,code,textarea, span",
"html.format.endWithNewline": true,
"javascript.preferences.quoteStyle": "double",
"javascript.updateImportsOnFileMove.enabled": "always",
"jest.disabledWorkspaceFolders": [
"node_modules",
"history.md"
],
"typescript.preferences.quoteStyle": "double",
"typescript.updateImportsOnFileMove.enabled": "always",
"cSpell.words": [
"Exif",
"Starsky",
"colorclass",
"unmount"
],
"typescript.tsdk": "clientapp/node_modules/typescript/lib",
"editor.formatOnSave": true,
}
}
"folders": [
{
"path": "."
}
],
"settings": {
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll": "explicit",
"source.fixAll.eslint": "explicit"
},
"editor.formatOnPaste": true,
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"html.format.wrapLineLength": 100,
"html.format.wrapAttributes": "force-aligned",
"html.format.contentUnformatted": "pre,code,textarea, span",
"html.format.endWithNewline": true,
"javascript.preferences.quoteStyle": "double",
"javascript.updateImportsOnFileMove.enabled": "always",
"jest.disabledWorkspaceFolders": ["node_modules", "history.md"],
"typescript.preferences.quoteStyle": "double",
"typescript.updateImportsOnFileMove.enabled": "always",
"cSpell.words": ["Exif", "Starsky", "colorclass", "unmount"],
"typescript.tsdk": "clientapp/node_modules/typescript/lib",
"editor.formatOnSave": true,
"testing.openTesting": "neverOpen"
}
}

0 comments on commit 0419ca6

Please sign in to comment.