20 lines
655 B
JSON
20 lines
655 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": "file"
|
|
},
|
|
"yapf.args": ["--style", "{based_on_style: google, column_limit: 88, indent_width: 4}"]
|
|
}
|