2e081d9d59bba39431ac166e05033897e297b0fd
[src/xds/xds-agent.git] / .vscode / settings.json
1 // Place your settings in this file to overwrite default and user settings.
2 {
3   // Controls the rendering size of tabs in characters.
4   // If set to auto, the value will be guessed based on the opened file.
5   "editor.tabSize": 2,
6   // Insert spaces when pressing Tab. This setting is overriden based on the file contents when `editor.detectIndentation` is on.
7   "editor.insertSpaces": true,
8   // .jsbeautifyrc not at root directory but under webapp/
9   "beautify.config": "webapp/.jsbeautifyrc",
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     "webapp*/dist": true,
20     "webapp*/node_modules": true
21   },
22   // Specify paths/files to ignore. (Supports Globs)
23   "cSpell.ignorePaths": [
24     "**/node_modules/**",
25     "**/vscode-extension/**",
26     "**/.git/**",
27     "**/vendor/**",
28     "**/webapp/dist/**",
29     ".vscode",
30     "typings"
31   ],
32   // Words to add to dictionary for a workspace.
33   "cSpell.words": [
34     "apiv",
35     "gonic",
36     "devel",
37     "csrffound",
38     "Syncthing",
39     "STID",
40     "ISTCONFIG",
41     "socketio",
42     "ldflags",
43     "SThg",
44     "stconfig",
45     "Intf",
46     "dismissible",
47     "rpath",
48     "WSID",
49     "sess",
50     "IXDS",
51     "golib",
52     "xdsapi",
53     "xdsconfig",
54     "xdsserver",
55     "xdsagent",
56     "nbsp",
57     "Inot",
58     "inotify",
59     "cmdi",
60     "sdkid",
61     "Flds",
62     "prjs",
63     "iosk",
64     "CIFS",
65     "IPROJECT",
66     "unregister",
67     "conv",
68     "PATHMAP",
69     "nospace",
70     "graphx",
71     "Truthy",
72     "darkviolet",
73     "dwnl",
74     "topnav",
75     "leftbar",
76     "urfave",
77     "unmarshall",
78     "sebd",
79     "priv",
80     "evts",
81     "gdbserver",
82     "tabset",
83     "pageview",
84     "subpath",
85     "prebuild",
86     "reflectme",
87     "franciscocpg",
88     "xsapiv",
89     "xaapiv",
90     "Sillyf",
91     "tabindex",
92     "EVTSDK",
93     "gerrit"
94   ],
95   // codelyzer
96   "tslint.rulesDirectory": "./webapp/node_modules/codelyzer",
97   "typescript.tsdk": "webapp/node_modules/typescript/lib",
98   "tslint.configFile": "webapp/tslint.json"
99 }