Skip to content

Instantly share code, notes, and snippets.

@jgierer12
Last active July 17, 2018 17:39
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 jgierer12/2235944b62af0808b69840fcfafe6990 to your computer and use it in GitHub Desktop.
Save jgierer12/2235944b62af0808b69840fcfafe6990 to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "'Dank Mono'",
"editor.fontLigatures": true,
"terminal.integrated.fontFamily": "'Dank Mono'",
"terminal.integrated.fontSize": 16,
"editor.fontSize": 18,
"editor.renderLineHighlight": "gutter",
"editor.renderWhitespace": "boundary",
"extensions.autoUpdate": true,
"window.menuBarVisibility": "toggle",
"diffEditor.renderSideBySide": false,
"editor.minimap.enabled": false,
"editor.renderIndentGuides": false,
"editor.autoIndent": true,
"editor.acceptSuggestionOnEnter": "smart",
"editor.overviewRulerBorder": false,
"editor.dragAndDrop": false,
"window.restoreWindows": "none",
"typescript.tsc.autoDetect": "off",
"workbench.iconTheme": "file-icons",
"javascript.implicitProjectConfig.experimentalDecorators": true,
"workbench.colorTheme": "Night Owl",
"editor.tabSize": 2,
"terminal.integrated.shell.windows": "C:\\Program Files\\PowerShell\\6.0.0\\pwsh.exe",
"javascript.implicitProjectConfig.checkJs": true,
"editor.formatOnSave": true,
"html.format.enable": false,
"javascript.format.enable": false,
"typescript.format.enable": false,
"workbench.sideBar.location": "right",
"npm.enableScriptExplorer": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment