hugo-theme-relearn/.prettierrc.json

9 lines
155 B
JSON
Raw Normal View History

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