hugo-theme-relearn/.prettierrc.json

9 lines
155 B
JSON
Raw Normal View History

2024-11-15 22:37:56 +00:00
{
2024-11-27 18:23:48 +00:00
"endOfLine": "auto",
"quoteProps": "consistent",
2024-11-15 22:37:56 +00:00
"trailingComma": "es5",
"semi": true,
2024-11-27 18:23:48 +00:00
"singleAttributePerLine": true,
2024-11-15 22:37:56 +00:00
"singleQuote": true
}