Skip to content

Instantly share code, notes, and snippets.

@ScottTodd
Created May 15, 2020 00:56
Show Gist options
  • Save ScottTodd/22d46d1be58dd6dab560259aa6d6816a to your computer and use it in GitHub Desktop.
Save ScottTodd/22d46d1be58dd6dab560259aa6d6816a to your computer and use it in GitHub Desktop.
VSCode user settings
{
"workbench.iconTheme": "vscode-icons",
"workbench.editor.enablePreview": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"editor.cursorBlinking": "phase",
"editor.formatOnSave": true,
"clang-format.fallbackStyle": "Google",
"window.title": "${dirty}${activeEditorLong}${separator}${rootName}${separator}${appName}",
"highlight.regexes": {
"((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *TODO(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": {
"filterFileRegex": ".*(?<!CHANGELOG.md)$",
"decorations": [
{
"backgroundColor": "#444444cc",
"color": "#aaa",
},
{
"backgroundColor": "#444444cc",
"color": "#ccc"
}
]
},
"(DO NOT SUBMIT)": [
{
"color": "red"
},
]
},
"editor.tabCompletion": "onlySnippets"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment