Add support for .dart files
This commit is contained in:
@@ -35,10 +35,11 @@ saving a file and to run `do-reformat.sh` when you hit `<F1>`.
|
||||
- css
|
||||
- cscc
|
||||
- sh
|
||||
- dart
|
||||
|
||||
Python and go use `black` and `gofmt` respectively. The rest use `prettier`.
|
||||
Adding new programming languages is easy, assuming they have a formatter with
|
||||
a dry run mode.
|
||||
Python uses `black`; go uses `gofmt`; dart uses `dart format`. The rest use
|
||||
`prettier`. Adding new programming languages is easy, assuming they have a
|
||||
formatter with a dry run mode.
|
||||
|
||||
# Installation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user