abelljs / abelljs/abell

VSCode Prettier Support

Aperta
#164 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.