Sort list of programming languages
This commit is contained in:
19
README.md
19
README.md
@@ -22,20 +22,21 @@ saving a file and to run `do-reformat.sh` when you hit `<F1>`.
|
|||||||
|
|
||||||
## Supported programming languages and file formats
|
## Supported programming languages and file formats
|
||||||
|
|
||||||
- python
|
<!-- please keep this list sorted alphabetically -->
|
||||||
|
|
||||||
|
- css
|
||||||
|
- dart
|
||||||
- go
|
- go
|
||||||
- javascript
|
|
||||||
- typescript
|
|
||||||
- vue
|
|
||||||
- css
|
|
||||||
- php
|
|
||||||
- html
|
- html
|
||||||
|
- javascript
|
||||||
- jsx
|
- jsx
|
||||||
- tsx
|
- php
|
||||||
- css
|
- python
|
||||||
- scss
|
- scss
|
||||||
- sh
|
- sh
|
||||||
- dart
|
- tsx
|
||||||
|
- typescript
|
||||||
|
- vue
|
||||||
|
|
||||||
Python uses `black`; go uses `gofmt`; dart uses `dart format`. The rest use
|
Python uses `black`; go uses `gofmt`; dart uses `dart format`. The rest use
|
||||||
`prettier`. Adding new programming languages is easy, assuming they have a
|
`prettier`. Adding new programming languages is easy, assuming they have a
|
||||||
|
|||||||
Reference in New Issue
Block a user