Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.

VS Code Dev Setup

Pashan edited this page Jul 28, 2018 · 3 revisions

Please install the following VS Code plugins:

Common Settings to have in your settings for the IDE:

    "prettier.semi": false,
    "prettier.singleQuote": true,
    "prettier.tabWidth": 4,
    "editor.formatOnSave": true

We should use format on save to ensure all files are neatly formatted.

Clone this wiki locally