Skip to content

Instantly share code, notes, and snippets.

@lazaronixon
Last active February 2, 2023 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lazaronixon/2522ed57e609a0147ed70b4cf3e0c0d8 to your computer and use it in GitHub Desktop.
Save lazaronixon/2522ed57e609a0147ed70b4cf3e0c0d8 to your computer and use it in GitHub Desktop.
VSCode as Atom
{
"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