ccls/.vscode/settings.json

18 lines
327 B
JSON
Raw Normal View History

2017-03-03 06:16:28 +00:00
{
"files.associations": {
"*.script": "pascal",
"functional": "cpp",
"queue": "cpp",
"stack": "cpp",
"tuple": "cpp",
"xutility": "cpp",
"xlocale": "cpp"
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"third_party/": true
}
}