abelljs / abelljs/abell

VSCode Prettier Support

Đang mở
#164 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
enhancement
Ngôn ngữ chính
TypeScript
Star
443
Fork
36
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

# 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
}
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.