Skip to content

Instantly share code, notes, and snippets.

@jpogran
Created November 28, 2018 15:44
Show Gist options
  • Save jpogran/b0225b8d68e5b80aba9179ebad5db2ff to your computer and use it in GitHub Desktop.
Save jpogran/b0225b8d68e5b80aba9179ebad5db2ff to your computer and use it in GitHub Desktop.
{
"breadcrumbs.enabled": true,
"breadcrumbs.filePath": "off",
"breadcrumbs.symbolPath": "on",
"editor.dragAndDrop": false,
"editor.emptySelectionClipboard": false,
"editor.fontFamily": "'FuraCode NF Retina Medium', 'Fira Code Retina Medium', Consolas, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.renderControlCharacters": true,
"editor.renderIndentGuides": true,
"editor.renderLineHighlight": "all",
"editor.renderWhitespace": "boundary",
"editor.rulers": [80, 120],
"editor.tabSize": 2,
"editor.trimAutoWhitespace": true,
"explorer.confirmDelete": false,
"extensions.autoUpdate": false,
"files.autoSave": "afterDelay",
"files.defaultLanguage": "markdown",
"files.encoding": "utf8",
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"terminal.external.windowsExec": "c:/Program Files/PowerShell/6/pwsh.exe",
"terminal.integrated.shell.windows": "c:/Program Files/PowerShell/6/pwsh.exe",
"window.menuBarVisibility": "toggle",
"window.smoothScrollingWorkaround": true,
"window.titleBarStyle": "custom",
"workbench.editor.labelFormat": "default",
"workbench.startupEditor": "none",
"workbench.statusBar.feedback.visible": false,
"window.zoomLevel": -1,
"prettier.endOfLine": "lf",
"prettier.printWidth": 120,
"prettier.semi": true,
"prettier.singleQuote": true,
"prettier.tabWidth": 2,
"prettier.trailingComma": "all",
"prettier.useTabs": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment