Skip to content

Instantly share code, notes, and snippets.

@mertkahyaoglu
Created September 17, 2018 18:26
Show Gist options
  • Save mertkahyaoglu/d40bad570af770cadb4fc10526fd9540 to your computer and use it in GitHub Desktop.
Save mertkahyaoglu/d40bad570af770cadb4fc10526fd9540 to your computer and use it in GitHub Desktop.
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 15,
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"workbench.colorTheme": "Atom One Dark",
"prettier.singleQuote": true,
"prettier.trailingComma": "es5",
"window.zoomLevel": 1,
"extensions.ignoreRecommendations": true,
"explorer.confirmDragAndDrop": false,
"editor.tabSize": 2,
"[elixir]": {},
"explorer.openEditors.visible": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment