Skip to content

Instantly share code, notes, and snippets.

@totocaster
Created December 20, 2017 12:57
Show Gist options
  • Save totocaster/84f8dca77d4abd6f0733da83c6c30ddb to your computer and use it in GitHub Desktop.
Save totocaster/84f8dca77d4abd6f0733da83c6c30ddb to your computer and use it in GitHub Desktop.
VSCode User Settings
{
"editor.fontFamily": "Pragmata Pro",
"editor.fontSize": 12,
"editor.fontLigatures": true,
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.wordWrapColumn": 80,
"terminal.integrated.fontFamily": "Pragmata Pro Mono",
"terminal.integrated.fontSize": 12,
"terminal.integrated.lineHeight": 1.0,
"git.confirmSync": false,
"workbench.iconTheme": "vs-nomo-dark",
"workbench.colorTheme": "Railscasts-New",
"editor.renderControlCharacters": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment