Skip to content

Instantly share code, notes, and snippets.

@abduljaleel-alwli
Created December 27, 2025 13:37
Show Gist options
  • Select an option

  • Save abduljaleel-alwli/fe119ce8fb0d5e70d9840162d4e09f38 to your computer and use it in GitHub Desktop.

Select an option

Save abduljaleel-alwli/fe119ce8fb0d5e70d9840162d4e09f38 to your computer and use it in GitHub Desktop.
{
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"files.autoSave": "afterDelay",
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
}
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.iconTheme": "material-icon-theme",
"[php]": {
"editor.defaultFormatter": "DEVSENSE.phptools-vscode"
},
"[blade]": {
"editor.defaultFormatter": "DEVSENSE.phptools-vscode"
},
"terminal.integrated.defaultProfile.linux": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment