docs/.prettierrc.json

13 строки
143 B
JSON

{
"overrides": [
{
"files":[
"**/*.{yml,yaml}"
],
"options": {
"singleQuote": true
}
}
]
}