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