Last active
February 2, 2023 05:32
-
-
Save lazaronixon/2522ed57e609a0147ed70b4cf3e0c0d8 to your computer and use it in GitHub Desktop.
VSCode as Atom
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
{ | |
"workbench.startupEditor": "none", | |
"workbench.colorTheme": "Atom One Light", | |
"workbench.activityBar.visible": false, | |
"editor.minimap.enabled": false, | |
"editor.scrollBeyondLastLine": false, | |
"editor.guides.indentation": false, | |
"editor.fontSize": 14, | |
"editor.tabSize": 2, | |
"editor.renderControlCharacters": false, | |
"editor.renderWhitespace": "none", | |
"files.trimTrailingWhitespace": true, | |
"files.insertFinalNewline": true, | |
"breadcrumbs.enabled": false, | |
"search.mode": "reuseEditor", | |
"git.allowForcePush": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment