9f7f5b209c9f5baf548dc78fc9e2070f85328e52
[src/xds/xds-cli.git] / .vscode / settings.json
1 // Place your settings in this file to overwrite default and user settings.
2 {
3     // The number of spaces a tab is equal to. This setting is overriden based on the file contents when `editor.detectIndentation` is on.
4     "editor.tabSize": 4,
5     // Insert spaces when pressing Tab. This setting is overriden based on the file contents when `editor.detectIndentation` is on.
6     "editor.insertSpaces": true,
7     // When opening a file, `editor.tabSize` and `editor.insertSpaces` will be detected based on the file contents.
8     "editor.detectIndentation": false,
9     // Configure glob patterns for excluding files and folders.
10     "files.exclude": {
11         "**/.tmp": true,
12         ".git": true,
13         "glide.lock": true,
14         "vendor": true,
15         "debug": true,
16         "bin": true,
17         "tools": true
18     },
19     // Words to add to dictionary for a workspace.
20     "cSpell.words": [
21         "apiv",
22         "iosk",
23         "zhouhui",
24         "ldflags",
25         "socketio",
26         "xdsconfig",
27         "sdkid",
28         "godotenv",
29         "crosssdk",
30         "prjs",
31         "xaapiv",
32         "urfave",
33         "sebd",
34         "golib",
35         "joho",
36         "XDSAGENT",
37         "reflectme",
38         "franciscocpg",
39         "gerrit",
40         "EVTSDK",
41         "tgts",
42         "sigs",
43         "rdfs",
44         "goselect",
45         "creack",
46         "Sillyf"
47     ]
48 }