reader-mode/.prettierrc

8 lines
117 B
Text
Raw Normal View History

2026-02-13 15:52:46 +00:00
{
"semi": true,
"singleQuote": false,
"printWidth": 100,
"trailingComma": "all",
"arrowParens": "always"
}