Skip to content

Instantly share code, notes, and snippets.

@albinekb
Created June 20, 2018 16:58
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 albinekb/55fa2f56d13f8d4387f43b7e3eb67b1b to your computer and use it in GitHub Desktop.
Save albinekb/55fa2f56d13f8d4387f43b7e3eb67b1b to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "FiraCode-Light",
"editor.fontLigatures": true,
"window.zoomLevel": 4,
"prettier.printWidth": 140,
"prettier.semi": false,
"prettier.singleQuote": true,
"prettier.trailingComma": "all",
"editor.formatOnSave": true,
"workbench.iconTheme": "seti",
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": false,
"editor.tabSize": 2,
"workbench.colorTheme": "Material Theme Lighter High Contrast",
"files.associations": {
"*.mdx": "markdown"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment