Skip to content

Instantly share code, notes, and snippets.

@tarikmanoar
Created December 27, 2019 16:58
Show Gist options
  • Save tarikmanoar/8125eae57f8036a0fe2e79314335abc5 to your computer and use it in GitHub Desktop.
Save tarikmanoar/8125eae57f8036a0fe2e79314335abc5 to your computer and use it in GitHub Desktop.
{
"workbench.startupEditor": "newUntitledFile",
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"editor.wordWrap": "on",
"terminal.integrated.shell.linux": "/bin/zsh",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorBlinking": "smooth",
"editor.multiCursorModifier": "ctrlCmd",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.colorTheme": "One Dark Pro",
"workbench.activityBar.visible": false,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"php-cs-fixer.onsave": true,
"php-cs-fixer.config": "/home/manoar/.vscode/.php_cs",
"editor.formatOnType": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"editor.formatOnSaveTimeout": 5000,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment