Skip to content

Instantly share code, notes, and snippets.

@ntddk
Created April 11, 2017 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ntddk/d4d7c29aeda6768ed393824266f5a9be to your computer and use it in GitHub Desktop.
Save ntddk/d4d7c29aeda6768ed393824266f5a9be to your computer and use it in GitHub Desktop.
{
"editor.fontSize": 12,
"editor.renderWhitespace": "all",
"editor.wordWrap": "on",
"editor.renderControlCharacters": true,
"editor.cursorBlinking": "solid",
"window.reopenFolders": "all",
"window.openFilesInNewWindow": "off",
"window.openFoldersInNewWindow": "off",
"files.insertFinalNewline": true,
"files.autoSave": "afterDelay",
"extensions.autoUpdate": true,
"workbench.colorTheme": "Red",
"[cpp]": {
"editor.quickSuggestions": false
},
"[c]": {
"editor.quickSuggestions": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment