trace_commentor/.vscode/settings.json
2024-04-19 03:12:23 +08:00

20 lines
664 B
JSON

{
"python.analysis.extraPaths": [
".",
"qcnet_plug_in",
"qcnet_2309_55ca"
],
"editor.trimAutoWhitespace": false,
"editor.smartSelect.selectLeadingAndTrailingWhitespace": false,
"files.trimTrailingWhitespace": false,
"[python]": {
"diffEditor.ignoreTrimWhitespace": true,
"editor.defaultFormatter": "eeyore.yapf",
"editor.wordBasedSuggestions": "matchingDocuments",
"editor.formatOnType": false,
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modifications"
},
"yapf.args": ["--style", "{based_on_style: google, column_limit: 88, indent_width: 4}"]
}