Skip to content

Instantly share code, notes, and snippets.

@ljmccarthy
Last active August 15, 2018 16:12
Show Gist options
  • Save ljmccarthy/770ed30d0505be61227c50d867b20c57 to your computer and use it in GitHub Desktop.
Save ljmccarthy/770ed30d0505be61227c50d867b20c57 to your computer and use it in GitHub Desktop.
My settings for VSCode
{
"editor.detectIndentation": false,
"editor.folding": false,
"editor.lineNumbers": "off",
"editor.renderWhitespace": "boundary",
"files.eol": "\n",
"git.autofetch": true,
"git.confirmSync": false,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"window.zoomLevel": 1,
"workbench.startupEditor": "none",
"workbench.statusBar.feedback.visible": false,
"c-cpp-flylint.clang.standard": ["c++17", "c++14", "c++11"],
"c-cpp-flylint.flexelint.enable": false,
"C_Cpp.default.intelliSenseMode": "clang-x64",
"gitlens.advanced.telemetry.enabled": false,
"gitlens.codeLens.authors.enabled": false,
"gitlens.codeLens.recentChange.enabled": false,
"gitlens.currentLine.enabled": false,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment