Skip to content

Instantly share code, notes, and snippets.

View AshPowell's full-sized avatar

Ash Powell AshPowell

View GitHub Profile
@AshPowell
AshPowell / keybindings.json
Created May 21, 2017 20:03
VS Code Keybindings
[
{
"key": "ctrl+cmd+p",
"command": "php-cs-fixer.fix",
"when": "editorTextFocus"
},{
"key": "ctrl+cmd+/",
"command": "wwm.aligncode",
"when": "editorTextFocus && !editorReadonly"
}
@AshPowell
AshPowell / settings.json
Last active July 31, 2021 03:04
VS Code User Settings
{
"workbench.colorTheme": "Monokai One Dark Vivid",
"workbench.iconTheme": "material-icon-theme",
"editor.fontSize": 14,
"editor.fontFamily": "Firacode-retina",
"editor.lineHeight": 30,
"editor.minimap.enabled": true,
"editor.wordWrap": "on",
"editor.fontLigatures": true,
"eslint.options": {