Projektpraktikum/.vscode/settings.json

10 lines
386 B
JSON
Raw Normal View History

2023-10-23 15:19:57 +02:00
{
2023-10-29 11:51:36 +01:00
// "python.envFile": "/auto/work/cetin/LHCb/reco_tuner/env/tuner_env/envs/",
"python.analysis.completeFunctionParens": true,
"python.analysis.enablePytestExtra": false,
"python.analysis.extraCommitChars": true,
2024-01-17 15:59:39 +01:00
"notebook.formatOnCellExecution": true,
"notebook.formatOnSave.enabled": true,
"editor.defaultFormatter": "ms-python.black-formatter",
2024-01-18 16:06:16 +01:00
"editor.formatOnSave": true,
2023-10-23 15:19:57 +02:00
}