blob: a6e6ad360cecfcbd88786ddfede2a65bea8ea816 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
},
"editor.formatOnSave": false,
"editor.detectIndentation": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"search.usePCRE2": true,
"typescript.tsdk": "node_modules/typescript/lib",
}
|