Skip to content

Instantly share code, notes, and snippets.

@rharriso
Created August 15, 2017 16:43
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 rharriso/8f020d8fcd258949a02733e8b2661d8c to your computer and use it in GitHub Desktop.
Save rharriso/8f020d8fcd258949a02733e8b2661d8c to your computer and use it in GitHub Desktop.
Visual Studio Code Editor Settings
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Fira Code",
"editor.fontSize": 12,
"editor.fontLigatures": true,
"editor.lineNumbers": "relative",
"workbench.colorTheme": "Tomorrow Night Blue",
"vim.disableAnnoyingNeovimMessage": true,
"editor.tabSize": 2,
"C_Cpp.intelliSenseEngine": "Default"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment