b86deb9c3f060ba4be930bdffe4f887ebf010496
[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": false,
7
8     // When opening a file, `editor.tabSize` and `editor.insertSpaces` will be detected based on the file contents.
9     "editor.detectIndentation": false,
10     // Configure glob patterns for excluding files and folders.
11     "files.exclude": {
12         "**/.tmp": true,
13         ".git": true,
14         "glide.lock": true,
15         "vendor": true,
16         "debug": true,
17         "bin": true,
18         "tools": true
19     },
20     // Words to add to dictionary for a workspace.
21     "cSpell.words": [
22         "apiv",
23         "iosk",
24         "zhouhui",
25         "ldflags",
26         "socketio",
27         "xdsconfig",
28         "sdkid",
29         "godotenv",
30         "crosssdk",
31         "prjs",
32         "xaapiv",
33         "urfave",
34         "sebd",
35         "golib",
36         "joho",
37         "XDSAGENT",
38         "reflectme",
39         "franciscocpg",
40         "gerrit",
41         "EVTSDK",
42         "tgts",
43         "sigs",
44         "rdfs",
45         "goselect",
46         "creack",
47         "Sillyf"
48     ]
49 }