-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathr3.code-workspace
More file actions
33 lines (33 loc) · 836 Bytes
/
r3.code-workspace
File metadata and controls
33 lines (33 loc) · 836 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
{
"folders": [
{
"path": "."
}
],
"settings": {
"astools.braceStyle": "Adobe",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.fontLigatures": true,
"editor.renderFinalNewline": "on",
"editor.insertSpaces": true,
"workbench.editor.highlightModifiedTabs": true,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"as3mxml.sdk.framework": "c:\\airsdk\\32.0.0.116",
"files.eol": "\r\n",
"markdown.extension.toc.githubCompatibility": true,
"files.exclude": {
"node_modules/": true,
"package-lock.json": true,
"assets/DataStore": true,
"assets/RECOVER*": true
},
"yaml.schemas": {
"http://json.schemastore.org/github-workflow": [
".github/workflows/*"
]
},
"as3mxml.sources.organizeImports.insertNewLineBetweenTopLevelPackages": false
}
}