Skip to content

Instantly share code, notes, and snippets.

@joshghent
Created December 11, 2017 16:13
Show Gist options
  • Save joshghent/64495af669a11c9d846a232186d6dcd3 to your computer and use it in GitHub Desktop.
Save joshghent/64495af669a11c9d846a232186d6dcd3 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"editor.tabSize": 2,
"files.autoSave": "onFocusChange",
"php.validate.run": "onType",
"vsicons.dontShowNewVersionMessage": true,
"workbench.colorTheme": "Monokai",
"workbench.colorCustomizations": {
"activityBar.foreground": "#66d9efbf"
},
"typescript.check.npmIsInstalled": false,
"window.zoomLevel": 0,
"workbench.iconTheme": "material-icon-theme",
"editor.emptySelectionClipboard": false,
"sync.gist": "c144c317e3ff642944726f4dd6c7575c",
"sync.lastUpload": "2017-12-11T15:57:13.691Z",
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.lastDownload": "2017-12-10T13:36:01.168Z",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": true,
"sync.askGistName": false,
"php.suggest.basic": false,
"extensions.ignoreRecommendations": false,
"sasslint.configFile": "~/.scss-lint.yml",
"sasslint.enable": true,
"sasslint.run": "onType",
"php-cs-fixer.executablePath": "php-cs-fixer",
"php-cs-fixer.onsave": true,
"php-cs-fixer.rules": "@PSR2",
"php-cs-fixer.config": ".php_cs",
"php-cs-fixer.autoFixByBracket": true,
"php-cs-fixer.autoFixBySemicolon": false,
"php-cs-fixer.formatHtml": false,
"php-cs-fixer.documentFormattingProvider": true,
"php-cs-fixer.allowRisky": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment