2021-03-03 22:25:06 +01:00
|
|
|
{
|
|
|
|
"files.exclude": {
|
|
|
|
"**/.git": true,
|
|
|
|
"**/.idea": true,
|
|
|
|
"**/_site": true,
|
|
|
|
"**/_support": true,
|
|
|
|
"**/cmake-build-debug": true,
|
|
|
|
"**/coverage": true,
|
|
|
|
"**/out": true
|
|
|
|
},
|
|
|
|
"editor.autoClosingBrackets": "never",
|
|
|
|
"editor.dragAndDrop": false,
|
|
|
|
"editor.formatOnSave": false,
|
|
|
|
"editor.renderWhitespace": "selection",
|
|
|
|
"editor.rulers": [120],
|
|
|
|
"editor.wordWrapColumn": 120,
|
|
|
|
"files.associations": {
|
|
|
|
"*.1.in": "troff"
|
|
|
|
},
|
|
|
|
"files.encoding": "utf8",
|
|
|
|
|
|
|
|
"todo-tree.highlights.defaultHighlight": {
|
|
|
|
"foreground": "red",
|
|
|
|
"rulerLane": "full"
|
|
|
|
},
|
|
|
|
"todo-tree.filtering.excludeGlobs": [
|
|
|
|
"**/out/**",
|
|
|
|
"**/build/**",
|
|
|
|
"**/.vscode/**",
|
|
|
|
"**/.github/**",
|
|
|
|
"**/_site/**",
|
|
|
|
"**/_support/**",
|
2021-03-31 21:12:34 +02:00
|
|
|
"**/flex_bison_*/**",
|
2021-03-03 22:25:06 +01:00
|
|
|
"**/pcre2-*/**"
|
|
|
|
],
|
|
|
|
"todo-tree.general.statusBar": "total",
|
|
|
|
"todo-tree.general.tags": ["TODO", "FIXME", "CHECK"],
|
2021-04-15 10:56:23 +02:00
|
|
|
"todo-tree.regex.regex": "(//|#|<!--|\"|/\\*|^\\s*\\*).*?($TAGS)",
|
2021-03-03 22:25:06 +01:00
|
|
|
"todo-tree.tree.expanded": true,
|
|
|
|
"todo-tree.tree.showCountsInTree": true,
|
|
|
|
|
|
|
|
"[lex]": {
|
|
|
|
"files.encoding": "iso885915"
|
|
|
|
},
|
|
|
|
"[makefile]": {
|
|
|
|
"editor.insertSpaces": false,
|
|
|
|
"editor.detectIndentation": false,
|
|
|
|
"editor.renderWhitespace": "boundary"
|
|
|
|
}
|
|
|
|
}
|