Skip to content

Instantly share code, notes, and snippets.

@Nattarat
Last active February 7, 2019 09:03
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 Nattarat/695464340192040251ee5db4b4bf2ebb to your computer and use it in GitHub Desktop.
Save Nattarat/695464340192040251ee5db4b4bf2ebb to your computer and use it in GitHub Desktop.
{
"editor.detectIndentation": false,
"editor.formatOnPaste": true,
"editor.minimap.enabled": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.snippetSuggestions": "top",
"window.zoomLevel": 0,
"files.trimTrailingWhitespace": true,
// Use JavaScript Standard Style instead VSCode validation
"javascript.validate.enable": false,
"javascript.preferences.quoteStyle": "auto",
"vsicons.projectDetection.disableDetect": true,
"workbench.iconTheme": "vscode-icons",
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"files.associations": {
"*.js": "javascriptreact"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"[javascriptreact]": {
"editor.foldingStrategy": "indentation"
},
"terminal.integrated.rendererType": "dom",
"javascript.updateImportsOnFileMove.enabled": "never",
"workbench.startupEditor": "newUntitledFile",
"powermode.enabled": false,
"powermode.enableShake": false,
"powermode.presets": "exploding-rift"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment