{
	"window.zoomLevel": 0,
  "editor.tabSize": 2,
  "editor.insertSpaces": true,
	"editor.detectIndentation": false,
	"files.autoSave": "afterDelay",
	"explorer.confirmDragAndDrop": false,
  "extensions.ignoreRecommendations": false,
  "typescript.format.insertSpaceBeforeFunctionParenthesis": true,
  "javascript.format.insertSpaceBeforeFunctionParenthesis": true
}