Last active
July 17, 2018 17:39
-
-
Save jgierer12/2235944b62af0808b69840fcfafe6990 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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