Last active
March 27, 2019 20:05
-
-
Save jaonoctus/bca33dc530d747ab47fe23d1114a838d to your computer and use it in GitHub Desktop.
vscode settings
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
{ | |
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 21, | |
"editor.tabSize": 2, | |
"explorer.confirmDelete": false, | |
"explorer.confirmDragAndDrop": false, | |
"files.autoSave": "onWindowChange", | |
"files.insertFinalNewline": true, | |
"files.trimFinalNewlines": true, | |
"files.trimTrailingWhitespace": true, | |
"git.autofetch": true, | |
"terminal.integrated.fontWeightBold": "400", | |
"typescript.updateImportsOnFileMove.enabled": "never", | |
"window.menuBarVisibility": "default", | |
"window.titleBarStyle": "custom", | |
"window.zoomLevel": 0, | |
"workbench.startupEditor": "newUntitledFile", | |
"workbench.colorTheme": "Yi Dark", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment