Add support for .dart files

This commit is contained in:
Michael Wolf
2023-01-03 12:20:28 -06:00
parent 1ed6175656
commit 4e9affa44f
4 changed files with 19 additions and 3 deletions

View File

@@ -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