summaryrefslogtreecommitdiffstats
path: root/.gitreview
blob: e84cb83551f63245b7a9214a7005d062374f02a3 (plain)
1
2
3
4
5
[gerrit]
host=gerrit.automotivelinux.org
port=29418
project=src/cmake-apps-module
defaultbranch=master
hlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
{
    "configurations": [
        {
            "name": "Linux",
            "includePath": [
                "${workspaceFolder}",
                "/usr/include/c++/7",
                "/usr/include/c++/7/x86_64-redhat-linux",
                "/usr/include/c++/7/backward",
                "/usr/local/include",
                "/usr/lib64/clang/5.0.1/include",
                "/usr/include",
                "/opt/include",
                "/opt/AGL/include",
                "${workspaceFolder}/afb-helpers",
                "${workspaceFolder}/src"
            ],
            "defines": [],
            "intelliSenseMode": "clang-x64",
            "browse": {
                "path": [
                    "${workspaceFolder}",
                    "/usr/include/c++/7",
                    "/usr/include/c++/7/x86_64-redhat-linux",
                    "/usr/include/c++/7/backward",
                    "/usr/local/include",
                    "/usr/lib64/clang/5.0.1/include",
                    "/usr/include",
                    "/opt/include",
                    "/opt/AGL/include",
                    "${workspaceFolder}/afb-helpers"
                ],
                "limitSymbolsToIncludedHeaders": true,
                "databaseFilename": ""
            },
            "compilerPath": "/usr/bin/clang",
            "cStandard": "c11",
            "cppStandard": "c++17"
        }
    ],
    "version": 3
}