Skip to content

Instantly share code, notes, and snippets.

@jamestomasino
Last active August 2, 2017 18:30
Show Gist options
  • Save jamestomasino/4c794f2c08e9cb14007c1768db65eb98 to your computer and use it in GitHub Desktop.
Save jamestomasino/4c794f2c08e9cb14007c1768db65eb98 to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.renderControlCharacters": true,
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"editor.autoClosingBrackets": false,
"editor.lineNumbers": "relative",
"editor.rulers": [
80,
120
],
"files.trimTrailingWhitespace": true,
"files.encoding": "utf8",
"files.eol": "\n",
"git.confirmSync": false,
"jshint.config": "C:\\Users\\james.tomasino\\_jshintrc",
"search.useIgnoreFilesByDefault": true,
"terminal.external.osxExec": "iTerm2.app",
"terminal.integrated.shell.linux": "bash",
"terminal.integrated.shell.osx": "bash",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\Sysnative\\WindowsPowerShell\\v1.0\\powershell.exe",
"vim.disableAnnoyingNeovimMessage": true,
"vim.history": 1000,
"vim.hlsearch": true,
"vim.leader": ",",
"vim.useSystemClipboard": true,
"vim.visualstar": true,
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 0,
"workbench.startupEditor": "newUntitledFile",
"workbench.iconTheme": "vscode-icons"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment