Skip to content

Instantly share code, notes, and snippets.

@35d
Last active January 29, 2019 01:33
Show Gist options
  • Save 35d/9713850f8aea4a3d3f1de4074c57cff9 to your computer and use it in GitHub Desktop.
Save 35d/9713850f8aea4a3d3f1de4074c57cff9 to your computer and use it in GitHub Desktop.
VSCode settings
{
"ruby.rubocop.executePath": "",
"ruby.rubocop.onSave": true,
"editor.formatOnSave": true,
"editor.formatOnSaveTimeout": 5000,
"ruby.format": "rubocop"
}
{
"flow.useNPMPackagedFlow": true,
"javascript.validate.enable": false,
"prettier.eslintIntegration": true
}
{
"window.zoomLevel": 2,
"editor.tabSize": 2,
"editor.wordWrap": "on",
"emmet.triggerExpansionOnTab": true,
"editor.renderIndentGuides": false,
"editor.renderWhitespace": "boundary",
"editor.minimap.enabled": false,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"workbench.colorTheme": "Framer Syntax",
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.showUpdateMessage": false,
"editor.fontFamily": "Source Han Code JP, Menlo, Monaco, 'Courier New', monospace",
"atomKeymap.promptV3Features": true,
"prettier.printWidth": 130,
"javascript.updateImportsOnFileMove.enabled": "always",
"workbench.sideBar.location": "left",
"git.autofetch": true,
"git.enableSmartCommit": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment