Files
umbrix/.prettierrc

10 lines
158 B
Plaintext
Raw Normal View History

2023-09-11 20:24:55 +03:30
{
"overrides": [
{
"files": ".github/**",
"options": {
"singleQuote": true
}
}
]
}