-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtree-control.code-workspace
More file actions
34 lines (34 loc) · 944 Bytes
/
Copy pathtree-control.code-workspace
File metadata and controls
34 lines (34 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.detectIndentation": false,
"editor.formatOnSave": true,
"editor.insertSpaces": false,
"editor.wordWrap": "off",
"files.exclude": {
"node_modules": true,
},
"files.trimTrailingWhitespace": true,
"html.format.wrapAttributes": "force-aligned",
"html.format.wrapLineLength": 0,
"typescript.check.npmIsInstalled": false,
"window.title": "${dirty}${activeEditorLong}",
"typescriptHero.imports.grouping": [
"Plains",
"/@angular/",
"/rxjs/",
"Modules",
"Remaining",
"Workspace"
],
"typescriptHero.imports.insertSpaceBeforeAndAfterImportBraces": true,
"typescriptHero.imports.insertSemicolons": true,
"typescriptHero.imports.multiLineWrapThreshold": 1,
"typescriptHero.imports.multiLineTrailingComma": false,
"typescriptHero.imports.stringQuoteStyle": "'",
}
}