Skip to content

Instantly share code, notes, and snippets.

@lazaronixon
Last active February 2, 2023 05:32
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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