Skip to content

Code Format (Prettier)

Yadira edited this page May 29, 2020 · 1 revision

Ensure the following properties match in your VSCode settings:

~/Library/Application\ Support/Code/User/settings.json

    "[html]": {
        "editor.defaultFormatter": "vscode.html-language-features"
    },
    "prettier.useTabs": true,
    "prettier.endOfLine": "auto",
    "editor.formatOnSave": true,
Clone this wiki locally