Forked from Karima-Aktari/gist:72965fa765464538de251b7bef751e1e
Created
September 21, 2025 06:41
-
-
Save hamzazahidulislam/bb13ac3df4c1efd39d20dfdfecee2343 to your computer and use it in GitHub Desktop.
My vsCode setting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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