2019-08-02 19:28:49 +03:00
|
|
|
{
|
|
|
|
"editor.formatOnSave": true,
|
2020-08-18 00:54:38 +03:00
|
|
|
"editor.detectIndentation": false,
|
2019-08-02 19:28:49 +03:00
|
|
|
"editor.trimAutoWhitespace": true,
|
|
|
|
"editor.insertSpaces": true,
|
|
|
|
"editor.tabSize": 2,
|
2020-08-18 00:54:38 +03:00
|
|
|
|
|
|
|
"eslint.enable": true,
|
|
|
|
"eslint.workingDirectories": [{ "mode": "auto" }], // infer working directory based on .eslintrc/package.json location
|
|
|
|
|
2023-02-18 01:40:03 +03:00
|
|
|
"explorer.fileNesting.enabled": true,
|
|
|
|
"explorer.fileNesting.patterns": {
|
|
|
|
"*.js": "${capture}.js.map, ${capture}.d.ts, ${capture}.d.ts.map",
|
|
|
|
"*.ts": "${capture}.android.tsx, ${capture}.ios.tsx, ${capture}.macos.tsx, ${capture}.windows.tsx, ${capture}.win32.tsx, ${capture}.android.ts, ${capture}.ios.ts, ${capture}.macos.ts, ${capture}.windows.ts, ${capture}.win32.ts",
|
|
|
|
"*.tsx": "${capture}.android.tsx, ${capture}.ios.tsx, ${capture}.macos.tsx, ${capture}.windows.tsx, ${capture}.win32.tsx, ${capture}.android.ts, ${capture}.ios.ts, ${capture}.macos.ts, ${capture}.windows.ts, ${capture}.win32.ts"
|
|
|
|
},
|
|
|
|
|
2019-08-02 19:28:49 +03:00
|
|
|
"files.trimTrailingWhitespace": true,
|
|
|
|
"files.associations": {
|
|
|
|
"**/package.json.hbs": "json",
|
|
|
|
"**/*.json.hbs": "jsonc",
|
|
|
|
"**/README.md.hbs": "markdown"
|
|
|
|
},
|
2020-01-23 03:40:15 +03:00
|
|
|
"files.exclude": {
|
|
|
|
"**/lib-amd": true,
|
|
|
|
"**/lib-commonjs": true
|
2020-08-18 00:54:38 +03:00
|
|
|
},
|
|
|
|
"files.watcherExclude": {
|
|
|
|
"**/.git/objects/**": true,
|
|
|
|
"**/.git/subtree-cache/**": true,
|
|
|
|
"**/node_modules/**": true,
|
|
|
|
"**/.hg/store/**": true,
|
|
|
|
"**/lib": true,
|
|
|
|
"**/lib-commonjs": true,
|
|
|
|
"**/lib-amd": true
|
|
|
|
},
|
|
|
|
|
|
|
|
"javascript.preferences.quoteStyle": "single",
|
|
|
|
|
|
|
|
"json.format.enable": false,
|
|
|
|
|
|
|
|
"typescript.preferences.quoteStyle": "single",
|
|
|
|
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": false,
|
|
|
|
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
|
|
|
|
"typescript.tsdk": "./node_modules/typescript/lib",
|
|
|
|
|
|
|
|
"search.exclude": {
|
|
|
|
"**/node_modules": true,
|
|
|
|
"**/lib": true,
|
|
|
|
"**/lib-amd": true,
|
|
|
|
"**/lib-commonjs": true,
|
|
|
|
"**/dist": true
|
|
|
|
},
|
|
|
|
"[json]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[jsonc]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[typescript]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[typescriptreact]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[javascript]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[handlebars]": {
|
|
|
|
"editor.formatOnSave": false
|
2020-09-22 21:21:33 +03:00
|
|
|
},
|
|
|
|
"cSpell.words": [
|
2020-12-12 07:16:56 +03:00
|
|
|
"Larrson",
|
2021-03-10 07:20:41 +03:00
|
|
|
"Pressable",
|
2021-02-05 10:47:57 +03:00
|
|
|
"Semibold",
|
|
|
|
"Subheadline",
|
2020-10-19 21:03:07 +03:00
|
|
|
"TESTPAGE",
|
2020-09-22 21:21:33 +03:00
|
|
|
"beachball",
|
2021-04-26 22:58:39 +03:00
|
|
|
"cocoapods",
|
2020-10-19 21:03:07 +03:00
|
|
|
"consts",
|
|
|
|
"fluentui",
|
2021-03-10 07:20:41 +03:00
|
|
|
"focusable",
|
2020-10-19 21:03:07 +03:00
|
|
|
"macos",
|
2021-02-05 10:47:57 +03:00
|
|
|
"monospace",
|
|
|
|
"nuget",
|
2021-04-26 22:58:39 +03:00
|
|
|
"objc",
|
|
|
|
"podspec",
|
|
|
|
"podspecs",
|
2021-03-11 22:34:51 +03:00
|
|
|
"stylesheet",
|
2021-04-26 22:58:39 +03:00
|
|
|
"subspec",
|
2021-02-05 10:47:57 +03:00
|
|
|
"uifabricshared",
|
|
|
|
"unemphasized"
|
2020-09-22 21:21:33 +03:00
|
|
|
]
|
2019-08-02 19:28:49 +03:00
|
|
|
}
|