hugo-theme-relearn/.prettierrc.json

10 lines
162 B
JSON
Raw Permalink Normal View History

2024-11-15 22:37:56 +00:00
{
"printWidth": 9999,
"proseWrap": "preserve",
"quoteProps": "preserve",
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}