Updated Home (markdown)

chris montgomery 2022-08-17 14:01:49 -04:00
parent 0fbb79b14a
commit 5d3f137c68

@ -101,7 +101,9 @@ includes = ["*.sh"]
excludes = []
```
### frontend langs, markdown, and friends (html/css/js etc.)
### markdown + html/css/js etc.
Any language supported by [Prettier.io](https://prettier.io/) can be grouped together:
```
[formatter.prettier]
@ -120,6 +122,8 @@ includes = [
]
```
Note that Prettier also supports some other languages through the use of plugins. See their documentation for more info.
### terraform
```