Skip to content

Instantly share code, notes, and snippets.

View ahinkle's full-sized avatar
🌪️

Andy Hinkle ahinkle

🌪️
View GitHub Profile
@ahinkle
ahinkle / settings.json
Last active July 15, 2022 20:57
VSCode Settings
{
"editor.inlineSuggest.enabled": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"php.suggest.basic": false,
"editor.minimap.enabled": false,
"workbench.sideBar.location": "right",
"workbench.fontAliasing": "antialiased",
"editor.renderWhitespace": "none",
"editor.lineHeight": 28,