{
	"workbench.editor.enablePreview": false,
	"files.associations": {
		"*.vs": "cpp",
		"*.fs": "cpp"
	},
	"files.trimTrailingWhitespace": false,
	"editor.fontSize": 14,
	"editor.autoIndent": false,
	"editor.detectIndentation": false,
	"editor.insertSpaces": false,
	"editor.minimap.enabled": false,
	"editor.autoClosingBrackets": false,
	"editor.formatOnType": false,
	"editor.acceptSuggestionOnEnter": "off",
	"editor.acceptSuggestionOnCommitCharacter": false,
	"editor.mouseWheelZoom": true,
	"editor.renderWhitespace": "all",
	"workbench.tree.indent": 30,
}