{
"workbench.colorTheme": "An Old Hope Italic",
"editor.fontFamily": "Monoplex KR Nerd, 'Courier New', monospace",
"editor.formatOnSave": false,
"editor.indentSize": "tabSize",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.wrappingIndent": "deepIndent",
"markdown-preview-enhanced.previewTheme": "github-dark.css",
"security.workspace.trust.untrustedFiles": "open",
"interactiveSession.editor.fontSize": 20,
"terminal.integrated.fontSize": 18,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.tabWidth": 2,
"prettier.semi": false,
"prettier.singleQuote": true,
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8",
"editor.formatOnSave": true,
"editor.tabSize": 4,
},
"python.formatting.provider": "none",
"autopep8.args": [
// ],
// "python.formatting.autopep8Args": [
"--max-line-length=100",
"--aggressive",
"--experimental",
"--ignore=E501"
],
"pylint.args": [
"--disable=C0103",
"--disable=C0114",
"--disable=C0115",
"--disable=C0116",
"--disable=C0301"
],
"[powershell]": {
"editor.defaultFormatter": "ms-vscode.powershell",
"editor.formatOnSave": true
},
"powershell.codeFormatting.autoCorrectAliases": true,
"powershell.codeFormatting.avoidSemicolonsAsLineTerminators": true,
"powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationAfterEveryPipeline",
"powershell.codeFormatting.preset": "OTBS",
"powershell.codeFormatting.whitespaceBeforeOpenParen": true,
"powershell.codeFormatting.whitespaceBetweenParameters": true,
"powershell.codeFormatting.whitespaceInsideBrace": true,
"CodeGPT.Autocomplete.enabled": false,
"CodeGPT.Autocomplete.provider": "OpenAI - gpt-3.5-turbo-instruct",
"CodeGPT.apiKey": "CodeGPT Plus Beta",
"workbench.sideBar.location": "right",
"editor.fontSize": 18,
}