14 lines
497 B
JSON
14 lines
497 B
JSON
{
|
|
// "python.envFile": "/auto/work/cetin/LHCb/reco_tuner/env/tuner_env/envs/",
|
|
"python.analysis.completeFunctionParens": true,
|
|
"python.analysis.enablePytestExtra": false,
|
|
"python.analysis.extraCommitChars": true,
|
|
"notebook.formatOnCellExecution": true,
|
|
"notebook.formatOnSave.enabled": true,
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
"editor.formatOnSave": true,
|
|
"python.formatting.provider": "none",
|
|
"python.analysis.extraPaths": [
|
|
"/work/cetin/Projektpraktikum/**"
|
|
]
|
|
} |