wireadmin/.prettierrc

18 lines
274 B
Plaintext
Raw Normal View History

2024-04-20 20:06:45 +00:00
{
"useTabs": false,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"overrides": [
{
"files": "*.md",
"options": {
"parser": "markdown",
"printWidth": 79
}
}
]
}