Created
April 20, 2020 14:11
-
-
Save ahmadrosid/f3d150c81787136cca11100dbcd9f2d2 to your computer and use it in GitHub Desktop.
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.startupEditor": "newUntitledFile", | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.colorTheme": "Atom One Dark", | |
"window.menuBarVisibility": "hidden", | |
"editor.lineHeight": 40, | |
"editor.fontLigatures": true, | |
"editor.fontSize": 20, | |
"editor.fontFamily": "Fira Code", | |
"editor.semanticHighlighting.enabled": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment