Skip to content

Instantly share code, notes, and snippets.

@tanukid
Created November 18, 2017 16:51
Show Gist options
  • Save tanukid/4ba5d7021a2027362592cbac0a356f58 to your computer and use it in GitHub Desktop.
Save tanukid/4ba5d7021a2027362592cbac0a356f58 to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 2,
"files.autoSave": "onFocusChange",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.detectIndentation": false,
"editor.minimap.enabled": false,
"editor.fontLigatures": true,
"editor.renderIndentGuides": true,
"editor.renderWhitespace": "boundary",
"editor.renderControlCharacters": false,
"editor.rulers": [
80,
100
],
"editor.tabSize": 2,
"editor.trimAutoWhitespace": false,
"editor.wordWrap": "on",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.associations": {
".gitignore": "shellscript"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"window.title": "${activeEditorMedium}${separator}${rootName}",
"workbench.colorCustomizations": {
"statusBar.background": "#1B4C6A"
"editorWarning.foreground": "#ec0"
},
"workbench.colorTheme": "One Monokai"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment