Skip to content

Instantly share code, notes, and snippets.

@nayunhwan
Last active July 30, 2018 06:35
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 nayunhwan/354a05f49c895b23f62e27a6b39fc0e6 to your computer and use it in GitHub Desktop.
Save nayunhwan/354a05f49c895b23f62e27a6b39fc0e6 to your computer and use it in GitHub Desktop.
Visual Studio Setting
{
"workbench.colorTheme": "Atom One Dark",
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"prettier.eslintIntegration": true,
"eslint.autoFixOnSave": true,
"tslint.autoFixOnSave": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.enablePreview": false,
"editor.fontSize": 14,
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment