prettier override yml
This commit is contained in:
10
.prettierrc
10
.prettierrc
@@ -2,5 +2,13 @@
|
|||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"tabWidth": 4,
|
"tabWidth": 4,
|
||||||
"semi": false,
|
"semi": false,
|
||||||
"proseWrap": "always"
|
"proseWrap": "always",
|
||||||
|
"overrides": [
|
||||||
|
{
|
||||||
|
"files": ["*.yml"],
|
||||||
|
"options": {
|
||||||
|
"tabWidth": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user