Skip to content

Instantly share code, notes, and snippets.

@Karima-Aktari
Created September 21, 2025 06:39
Show Gist options
  • Select an option

  • Save Karima-Aktari/72965fa765464538de251b7bef751e1e to your computer and use it in GitHub Desktop.

Select an option

Save Karima-Aktari/72965fa765464538de251b7bef751e1e to your computer and use it in GitHub Desktop.
My vsCode setting
{
"html.format.wrapLineLength": 40,
"workbench.editor.enablePreview": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.format.enable": true,
"editor.formatOnSave": true,
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[liquid]": {
"editor.defaultFormatter": "Shopify.theme-check-vscode"
},
"emmet.includeLanguages": {
"liquid": "html"
},
"terminal.integrated.defaultProfile.windows": "Git Bash",
"workbench.colorTheme": "GitHub Dark",
"files.autoSave": "onFocusChange",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"eslint.run": "onSave",
"workbench.iconTheme": "material-icon-theme",
"json.schemas": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment