Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Pitasi
Created February 19, 2018 10:26
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 Pitasi/3a44ca45c3eab17606771f762e7a04bb to your computer and use it in GitHub Desktop.
Save Pitasi/3a44ca45c3eab17606771f762e7a04bb to your computer and use it in GitHub Desktop.
Visual Studio Code settings
{
"git.autofetch": true,
"editor.fontFamily": "Operator Mono Medium",
"terminal.integrated.fontFamily": "Hack",
"editor.fontSize": 16,
"editor.fontLigatures": true,
"editor.renderWhitespace": "all",
"editor.tabSize": 2,
"editor.formatOnPaste": true,
"files.insertFinalNewline": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Hopscotch",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment