1 // Place your settings in this file to overwrite default and user settings.
3 // Controls the rendering size of tabs in characters.
4 // If set to auto, the value will be guessed based on the opened file.
6 // Insert spaces when pressing Tab. This setting is overriden based on the file contents when `editor.detectIndentation` is on.
7 "editor.insertSpaces": true,
9 // .jsbeautifyrc not at root directory but under webapp/
10 "beautify.config": "webapp/.jsbeautifyrc",
12 // Configure glob patterns for excluding files and folders.
22 "webapp*/node_modules": true
24 // Specify paths/files to ignore. (Supports Globs)
25 "cSpell.ignorePaths": [
27 "**/vscode-extension/**",
34 // Words to add to dictionary for a workspace.
36 "apiv", "gonic", "devel", "csrffound", "Syncthing", "STID", "ISTCONFIG",
37 "socketio", "ldflags", "SThg", "stconfig", "Intf", "dismissible", "rpath",
38 "WSID", "sess", "IXDS", "golib", "xdsapi", "xdsconfig", "xdsserver",
39 "xdsagent", "nbsp", "Inot", "inotify", "cmdi", "sdkid", "Flds", "prjs",
40 "iosk", "CIFS", "IPROJECT", "unregister", "conv", "PATHMAP", "nospace",
41 "graphx", "Truthy", "darkviolet", "dwnl", "topnav", "leftbar", "urfave",
42 "unmarshall", "sebd", "priv", "evts", "gdbserver", "tabset", "pageview",
43 "subpath", "prebuild", "reflectme", "franciscocpg", "xsapiv", "xaapiv"
46 "tslint.rulesDirectory": "./webapp/node_modules/codelyzer",
47 "typescript.tsdk": "webapp/node_modules/typescript/lib",
48 "tslint.configFile": "webapp/tslint.json"