Skip to content

Instantly share code, notes, and snippets.

@koramit
Created July 20, 2018 12:42
Show Gist options
  • Save koramit/a73b89230a04fc083359ba2bf30034b9 to your computer and use it in GitHub Desktop.
Save koramit/a73b89230a04fc083359ba2bf30034b9 to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 2,
"explorer.confirmDelete": false,
"workbench.colorTheme": "Monokai",
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"workbench.statusBar.visible": false,
"explorer.openEditors.visible": 0,
"workbench.activityBar.visible": false,
"editor.minimap.enabled": false,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"workbench.sideBar.location": "left",
"search.useIgnoreFiles": false,
"files.autoSave": "onFocusChange",
"php.suggest.basic": false,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"emmet.includeLanguages": {
"blade.php": "html",
"vue": "html"
},
"files.associations": {
".php_cs": "php",
".php_cs.dist": "php",
"*.php": "php"
},
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/public/[abcdefghjklmnopqrstuvwxyz]*": true,
"**/public/i[abcdefghijklmopqrstuvwxyz]*": true,
"**/vendor/[abcdefghijkmnopqrstuvwxyz]*": true,
"**/vendor/l[bcdefghijklmnopqrstuvwxyz]*": true
},
"editor.renderWhitespace": "all",
"editor.fontSize": 14,
"editor.lineHeight": 30,
"editor.suggestFontSize": 14,
"editor.suggestLineHeight": 30,
"emmet.triggerExpansionOnTab": true,
"blade.format.enable": true,
"sync.gist": "50782abab4422794a519007f5604b294",
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastUpload": "2018-05-07T01:14:31.454Z",
"sync.lastDownload": "",
"sync.forceDownload": false,
"terminal.integrated.rendererType": "dom"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment