Created
January 16, 2020 03:33
-
-
Save gitsrc/91313e07e4eae543c1ef983739d96d6d to your computer and use it in GitHub Desktop.
vscode
This file contains hidden or 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
{ | |
"workbench.colorTheme": "Default Light+", | |
"git.ignoreLegacyWarning": true, | |
"window.zoomLevel": 0, | |
"terminal.integrated.fontFamily": "monospace", | |
"go.formatTool": "goimports", | |
"go.useLanguageServer": true, | |
"editor.formatOnSave": true, | |
"files.autoSave": "afterDelay", | |
"workbench.iconTheme": "vscode-icons-mac", | |
"editor.cursorSmoothCaretAnimation": true, | |
"editor.cursorStyle": "underline", | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.fontWeight": "500", | |
"editor.formatOnPaste": true, | |
"zenMode.hideLineNumbers": false, | |
"editor.largeFileOptimizations": false, | |
"editor.links": false, | |
"http.proxy": "http://127.0.0.1:8118", | |
"http.proxySupport": "on", | |
"editor.fontSize": 15 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment