VSCode Prettier Support
Aperta
enhancement
- Lingua principale
- TypeScript
- Stelle
- 443
- Fork
- 36
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
# VSCode Prettier Support #
It would be great if there was an easy way to formate .abell files on save with .prettierrc
**Describe the solution you'd like**
VSCode `settings.json`
```
"[javascriptabell]": {
"editor.formatOnSave": true
}
```
`.prettierrc`
```
{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true
}
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.