mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
n/prettier.md: update from shell-things
This commit is contained in:
parent
85153f7ac2
commit
9f8fe4d039
@ -54,6 +54,9 @@ looks like:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
"insertPragma": true,
|
||||||
|
"proseWrap": "always",
|
||||||
|
"singleAttributePerLine": true,
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"@prettier/plugin-ruby",
|
"@prettier/plugin-ruby",
|
||||||
"@prettier/plugin-xml",
|
"@prettier/plugin-xml",
|
||||||
@ -66,6 +69,10 @@ looks like:
|
|||||||
{
|
{
|
||||||
"files": "conf/librewolf.overrides.cfg",
|
"files": "conf/librewolf.overrides.cfg",
|
||||||
"options": { "parser": "javascript" }
|
"options": { "parser": "javascript" }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"files": "conf/autoconfig.js.online",
|
||||||
|
"options": { "parser": "javascript" }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user