props/Props/.vscode/settings.json

9 lines
264 B
JSON
Raw Permalink Normal View History

{
"todo-tree.filtering.excludeGlobs": [
"**/node_modules",
"**/wwwroot"
],
2021-07-31 06:24:45 +00:00
"todo-tree.regex.regex": "((//|#|<!--|;|@\\*|/\\*|^)\\s*($TAGS)|^\\s*- \\[ \\])",
"todo-tree.regex.subTagRegex": "(\\*@)",
"editor.formatOnSave": true,
}