Related to #128 - Prettier to fix indenting/quoting across files - Manually adjust list styles to "-" style - Ignore all translated files from automated formatting - Drop redundant CI env variable
13 lines
143 B
JSON
13 lines
143 B
JSON
{
|
|
"overrides": [
|
|
{
|
|
"files":[
|
|
"**/*.{yml,yaml}"
|
|
],
|
|
"options": {
|
|
"singleQuote": true
|
|
}
|
|
}
|
|
]
|
|
}
|