{
"C_Cpp.updateChannel": "Insiders",
"C_Cpp.clang_format_style": "{ BasedOnStyle: Google, IndentWidth: 4, AccessModifierOffset: -4, AlignTrailingComments: true, ColumnLimit: 0 }",
"go.useCodeSnippetsOnFunctionSuggest": true,
"editor.autoClosingBrackets": "beforeWhitespace",
"terminal.integrated.shell.osx": "/bin/zsh",
"editor.fontSize": 16,
"editor.wordWrap": "off",
"explorer.confirmDelete": false,
"terminal.integrated.fontFamily": "Monaco for Powerline",
"terminal.integrated.fontSize": 14,
"editor.detectIndentation": false,
"editor.tabSize": 4,
"editor.autoIndent": "advanced",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"fileheader.configObj": {
"createFileTime": true,
"autoAdd": false,
"annotationStr": {
"head": "/*",
"middle": " * @",
"end": " */\n",
"use": true
},
},
"fileheader.cursorMode": {
"description": "",
"param ": "",
"return": ""
},
"fileheader.customMade": {
"Description": "",
"Author": "liutq",
"Date": "Do not edit",
"LastEditTime": "Do not edit",
},
"python.formatting.autopep8Args": [
"--max-line-length=1000",
"--ignore",
"E402"
],
"git.enableSmartCommit": true,
"explorer.confirmDragAndDrop": false,
"editor.hover.delay": 100,
"remote.SSH.showLoginTerminal": true,
"window.zoomLevel": 0,
"git.ignoreLegacyWarning": true,
"sqltools.format": {
"language": "sql",
"linesBetweenQueries": 2,
"reservedWordCase": "upper"
},
"editor.accessibilitySupport": "off",
"http.proxySupport": "off",
"files.autoSave": "afterDelay",
"workbench.editorAssociations": {
"*.md": "default",
"*.ipynb": "jupyter.notebook.ipynb"
},
"python.pythonPath": "/usr/bin/python3",
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_line_length": 120,
"wrap_attributes": "auto",
"end_with_newline": false
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}
},
"workbench.startupEditor": "none",
"go.toolsManagement.autoUpdate": true,
"workbench.editor.enablePreview": false,
"python.defaultInterpreterPath": "/usr/bin/python3",
"security.workspace.trust.untrustedFiles": "open",
}
|