Created
May 13, 2019 19:43
-
-
Save nathandentzau/b0f5b871846b05adf8722e76c42f1408 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]" | |
}, | |
"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