Skip to content

Instantly share code, notes, and snippets.

@mrlesmithjr
Created February 27, 2019 20:04
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 mrlesmithjr/98bda45e79d91599f581c89c55797800 to your computer and use it in GitHub Desktop.
Save mrlesmithjr/98bda45e79d91599f581c89c55797800 to your computer and use it in GitHub Desktop.
{
"atomKeymap.promptV3Features": true,
"cSpell.enabled": false,
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
"editor.fontSize": 18,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.renderIndentGuides": true,
"editor.rulers": [80, 120],
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
".vscode": true,
"**/*.pyc": true
},
"files.trimTrailingWhitespace": true,
"git.confirmSync": false,
"prettier.disableLanguages": ["vue"],
"python.linting.pep8Enabled": true,
"python.linting.pylintEnabled": true,
"vsicons.dontShowNewVersionMessage": true,
"window.zoomLevel": 0,
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"diffEditor.renderSideBySide": true,
"terminal.external.osxExec": "iTerm.app",
"yaml.customTags": ["!vault"],
"[yaml]": { "editor.tabSize": 2 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment