11 lines
424 B
JSON
11 lines
424 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"
|
|
} |