forked from Velocet/iown-homecontrol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithub.code-workspace
36 lines (36 loc) · 916 Bytes
/
github.code-workspace
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
35
36
// SPDX-License-Identifier: CC0-1.0
// FileName: ./github.code-workspace
// FileComment: <text> Virtual Workspace: https://code.visualstudio.com/api/extension-guides/virtual-workspaces. </text>
//
{
"folders": [
{
"uri": "vscode-vfs://github/Velocet/iown-homecontrol"
}
],
"extensions": {
"recommendations": [
"ms-vscode.remote-repositories",
"GitHub.remotehub",
"DavidAnson.vscode-markdownlint"
]
},
"settings": {
"markdownlint.config": {
"MD047": false,
"MD041": false,
"MD031": false,
"MD013": false,
"MD012": false
},
"editor.detectIndentation": false,
"editor.formatOnSave": false,
"editor.tabSize": 2,
"editor.useTabStops": false,
"files.encoding": "utf8",
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true
}
}