Projektpraktikum/.vscode/settings.json
2024-01-17 15:59:39 +01:00

9 lines
356 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",
}