Skip to content

Instantly share code, notes, and snippets.

@nathandentzau
Created May 13, 2019 19:43
Show Gist options
  • Save nathandentzau/b0f5b871846b05adf8722e76c42f1408 to your computer and use it in GitHub Desktop.
Save nathandentzau/b0f5b871846b05adf8722e76c42f1408 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Solarized Dark",
"editor.fontFamily": "Menlo for Powerline",
"editor.fontSize": 14,
"editor.rulers": [80, 120],
"files.associations": {
"*.inc": "php",
"*.install": "php",
"*.module": "php",
"*.profile": "php",
"*.theme": "php"
},
"files.insertFinalNewline": true,
"php.validate.executablePath": "/usr/bin/php",
"namespaceResolver.showMessageOnStatusBar": true,
"namespaceResolver.sortAlphabetically": true,
"php.executablePath": "/usr/bin/php",
"php-docblocker.author": {
"name": "Nathan Dentzau",
"email": "nathan.dentzau@gmail.com"
},
"php-docblocker.qualifyClassNames": true,
"php-docblocker.returnGap": true,
"php-docblocker.useShortNames": true,
"cSpell.language": "en",
"cSpell.userWords": [
"component",
"drupal",
"is",
"paragraph",
"provisioner",
"saml",
"user",
"webform"
],
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment