{
    "folders": [
        {
            "path": "."
        }
    ],
    "settings": {
        "files.trimTrailingWhitespace": true,
        "python.formatting.provider": "none",
        "python.languageServer": "Pylance",
        "python.linting.enabled": true,
        "python.linting.flake8Args": ["--select=F,E71,E9,W1,W6"],
        "python.linting.flake8Enabled": true,
        "git.ignoreLimitWarning": true,
        "editor.formatOnSave": true,
        "files.associations": {
            "TMVAClassification_GhostNNCuts.class.C": "cpp",
            "TMVAClassification_veloUT_forward_ghost_mlp.class.C": "cpp",
            "TMVAClassification_default_forward_ghost_mlp.class.C": "cpp",
            "TMVAClassification_matching_mlp.class.C": "cpp"
        },
        "python.analysis.completeFunctionParens": true,
        "[python]": {
            "editor.defaultFormatter": "ms-python.black-formatter"
        },
        "python.analysis.extraPaths": [
            "/auto/work/cetin/LHCb/lb-stack/Moore/Hlt/Moore/python",
            "/auto/work/cetin/LHCb/lb-stack/Moore/Hlt/RecoConf/python",
            "/auto/work/cetin/LHCb/lb-stack/DBASE/PRConfig/python",
            "/auto/work/cetin/LHCb/lb-stack/LHCb/PyConf/python",
            "/auto/work/cetin/LHCb/lb-stack/Gaudi/Gaudi/python"
        ],
        "C_Cpp.default.includePath": [
            "/auto/work/cetin/LHCb/stack/Detector/Detector/Magnet/include/**",
            "/auto/work/cetin/LHCb/stack/Gaudi/GaudiKernel/include/**",
            "/auto/work/cetin/LHCb/stack/LHCb/Kernel/LHCbAlgs/include/**",
            "/auto/work/cetin/LHCb/stack/LHCb/Kernel/LHCbMath/include/**",
            "/auto/work/cetin/LHCb/stack/LHCb/Event/TrackEvent/include/**",
            "/auto/work/cetin/LHCb/stack/Rec/Pr/PrKernel/include/**",
            "/auto/work/cetin/LHCb/stack/Rec/Pr/PrAlgorithms/src/**",
            "/auto/work/cetin/LHCb/stack/Rec/Pr/PrAlgorithms/include/**",
            "/auto/work/cetin/LHCb/stack/Rec/Tr/TrackInterfaces/include/TrackInterfaces/**"
        ],
        "notebook.output.fontSize": 0
    }
}